928360921
Calle Espiritu Santo, 25, - 1.º. 35001. LAS PALMAS DE GRAN CANARIA, LAS PALMAS
Avenida Gran Canaria, 30, (C. Com. Gran Chaparral - Loc. 27). 35100. PLAYA DEL INGLES, SAN BARTOLOME DE TIRAJANA (GRAN CANARIA), LAS PALMAS
928760184 - 928760750
Avenida TIRAJANA, 0, EDIF MERCURIO - TORRE 1, 6º A . 35100. PLAYA DEL INGLES, SAN BARTOLOME DE TIRAJANA (GRAN CANARIA), LAS PALMAS
954873513
Plaza de Francia, 1. 41710. UTRERA, SEVILLA
955665144
Calle Buenos Aires, 2, A. 41701. DOS HERMANAS, SEVILLA
Carrer Església, 7 2º D, Sabadell, España
93 201 57 27
https://asesoria.catala-reinon.es
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'1030'},{'name':'ASESORIA MILANES','location': [36.5104885,-4.8866937000000235],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'976'},{'name':'ASSEMSA ALMERIA SL','location': [36.8380287,-2.463930800000071],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'942'},{'name':'Esloa - Gestoria Financiera y de Negocio','location': [39.467878,-0.36023869999996805],'message':'
Paseo de la Alameda, 34 2a, Valencia, España
962066758
www.esloa.com
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'919'},{'name':'Francisco Aguiar Morales','location': [28.0996337,-15.414129600000024],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'917'},{'name':'Gestoría Sánchez Araña','location': [27.760115,-15.573817899999995],'message':'
Avenida Gran Canaria, 30, (C. Com. Gran Chaparral - Loc. 27). 35100. PLAYA DEL INGLES, SAN BARTOLOME DE TIRAJANA (GRAN CANARIA), LAS PALMAS
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'915'},{'name':'Asesoría José Cándido García','location': [27.760115,-15.573817899999995],'message':'
Avenida TIRAJANA, 0, EDIF MERCURIO - TORRE 1, 6º A . 35100. PLAYA DEL INGLES, SAN BARTOLOME DE TIRAJANA (GRAN CANARIA), LAS PALMAS
928760184 - 928760750
http://www.asesoriajocan.es
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'909'},{'name':'Gesfimar Asesoria','location': [37.1869245,-5.771951100000024],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'905'},{'name':'Romano Gestión - Asesores Y Administradores De Fincas','location': [37.2855044,-5.933029799999986],'message':'
Calle Buenos Aires, 2, A. 41701. DOS HERMANAS, SEVILLA
955665144
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'903'},{'name':'Asesoría Corona','location': [37.3352346,-6.025448299999994],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'901'},{'name':'Asesoría De Empresas Casal Adorna - Asesorías Sevilla','location': [37.40105,-5.967179999999985],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'899'},{'name':'Asesoría Gestoría Garde','location': [40.4189645,-3.7117805999999973],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'891'},{'name':'Gestoría Català Reinón','location': [41.3935827,2.148921900000005],'message':'
Av. Diagonal, 449 2º 08036 Barcelona, Barcelona, España
93 201 57 27
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/residential-places.png','pid':'842'}];
var clustering = '';
var map;
var mgr;
var markerClusterer;
var markerArray = [];
var mClusterer = null;
var pippoint_effects='click';
var infoBubble = new InfoBubble({maxWidth:210,minWidth:210,minHeight:"auto",padding:0,borderRadius:0,borderWidth:0,overflow:"visible",backgroundColor:"#fff"});
var isDraggable = jQuery(document).width() > 480 ? true : false;
var isscrollwheel = jQuery(document).width() > 480 ? true : false;
var dragging = zoom_changed = false;
var bounds_modified = false;
var new_bounds;
var query_string='post_type=listing&taxonomy=listingcategory&slug=comunitario';
var zoom_changed=1;
function initialize() {
bounds = new google.maps.LatLngBounds();
var myOptions = {
scrollwheel: isscrollwheel,
draggable: isDraggable,
zoom: CITY_MAP_ZOOMING_FACT,
center: new google.maps.LatLng(CITY_MAP_CENTER_LAT, CITY_MAP_CENTER_LNG),
mapTypeId: google.maps.MapTypeId. }
map = new google.maps.Map(document.getElementById("map_canvas"),myOptions);
/* map style customizer */
var styles = [];
map.setOptions({styles: styles});
/* Add Google Map marlkers */
mgr = new MarkerManager( map );
templ_add_googlemap_markers(markers);
if(zoom_option==1){
map.fitBounds(bounds);
map.setCenter(bounds.getCenter());
}
/* but that message is not within the marker's instance data */
google.maps.event.addListener(map, 'dragstart', function() {
dragging = false;
});
google.maps.event.addListener(map, 'dragend', function() {
dragging = true;
});
google.maps.event.addListener(map, 'bounds_changed', function() {
bounds_modified = true;
new_bounds = map.getBounds();
});
google.maps.event.addListener(map, 'zoom_changed', function() {
if(zoom_changed!=1){
dragging = true;
}
zoom_changed=0;
});
google.maps.event.addListener(map, 'idle', function(ev){
/*new_bounds = map.getBounds();*/
refresh_markers();
});
}
google.maps.event.addDomListener(window, 'load', initialize);