964 25 15 54
Carrer del Poeta Guimerá, 7, 12001 Castelló de la Plana, Castelló
924401470
Calle Enrique Segura Otaño, Badajoz, España
962066758
Paseo de la Alameda, 34 2a, Valencia, España
93 201 57 27
Av. Diagonal, 449 2º 08036 Barcelona, Barcelona, España
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'1069'},{'name':'Asesoría Contatorre','location': [43.263012600000025,-2.9349852000000283],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'1065'},{'name':'Admin-me','location': [40.460093699999994,-3.691148099999964],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'1055'},{'name':'Gestoría OGSP','location': [39.46632250000001,-0.38694970000005924],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'1051'},{'name':'Asesoría - Gestoría Català Reinón Sabadell','location': [41.54709079999999,2.10847519999993],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'1030'},{'name':'Asesoría y gestoría Fátima Parejo','location': [36.6850064,-6.126074399999993],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'992'},{'name':'ASESORIA MILANES','location': [36.5104885,-4.8866937000000235],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'976'},{'name':'GESTIALIA SOLUCIONES','location': [40.4329174,-3.6725609999999733],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'961'},{'name':'ASSEMSA ALMERIA SL','location': [36.8380287,-2.463930800000071],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'942'},{'name':'akiDocs','location': [39.987585,-0.03918399999997746],'message':'
Carrer del Poeta Guimerá, 7, 12001 Castelló de la Plana, Castelló
964 25 15 54
akidocs.com
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'945'},{'name':'Asesoría Paniagua','location': [38.87312439999999,-6.972962999999936],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/pin_laboral.png','pid':'937'},{'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/pin_laboral.png','pid':'919'},{'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/pin_laboral.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=general';
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);