var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(25.7791,-80.1977)};var g_9ed695254285a3b7379aa3e2694489e3 = new google.maps.Geocoder();g_9ed695254285a3b7379aa3e2694489e3.geocode( { 'address': "1395 Brickell Ave, Miami, FL 33131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-caja-de-ahorros-y-monte-de').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-caja-de-ahorros-y-monte-de'), mapOptions);}document.getElementById('200530e7').innerHTML += ' | View Map';var $l9ed695254285a3b7379aa3e2694489e3 = '

Caja De Ahorros Y Monte De

Address: 1395 Brickell Ave, Miami, FL 33131
Phone: (305) 358-2255
';var m_9ed695254285a3b7379aa3e2694489e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Caja De Ahorros Y Monte De',});m_9ed695254285a3b7379aa3e2694489e3['infowindow'] = new google.maps.InfoWindow({content: $l9ed695254285a3b7379aa3e2694489e3});var infowindow = new google.maps.InfoWindow({content: $l9ed695254285a3b7379aa3e2694489e3});google.maps.event.addListener(m_9ed695254285a3b7379aa3e2694489e3, 'click', function() {infowindow.open(map,m_9ed695254285a3b7379aa3e2694489e3);});$marker.push(m_9ed695254285a3b7379aa3e2694489e3);}});}google.maps.event.addDomListener(window, 'load', initialize);