649869620
Calle Benalmádena, 4 5b, Marbella, España
950 803 947 / 670 22 12 43
CALLE CONDE DE OFALIA, Almeria
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/datos.png','pid':'1088'},{'name':'Gestoría OGSP','location': [39.46632250000001,-0.38694970000005924],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/datos.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/datos.png','pid':'1030'},{'name':'ASESORIA MILANES','location': [36.5104885,-4.8866937000000235],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/datos.png','pid':'976'},{'name':'ASSEMSA ALMERIA SL','location': [36.8380287,-2.463930800000071],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/datos.png','pid':'942'},{'name':'Asesoría Paniagua','location': [38.87312439999999,-6.972962999999936],'message':'
','icons':'https://top-abogados.es/wp-content/uploads/2015/02/datos.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/datos.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/datos.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=proteccion-de-datos';
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);