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_261eff88eadeabe977f83b45665cd618 = new google.maps.Geocoder();g_261eff88eadeabe977f83b45665cd618.geocode( { 'address': "11401 NW 12th St, Miami, FL 33172"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-cordeiro-holdings-savings').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-cordeiro-holdings-savings'), mapOptions);}document.getElementById('56663c76').innerHTML += ' | View Map';var $l261eff88eadeabe977f83b45665cd618 = '

Cordeiro Holdings Savings

Address: 11401 NW 12th St, Miami, FL 33172
Phone: (305) 591-0027
';var m_261eff88eadeabe977f83b45665cd618 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cordeiro Holdings Savings',});m_261eff88eadeabe977f83b45665cd618['infowindow'] = new google.maps.InfoWindow({content: $l261eff88eadeabe977f83b45665cd618});var infowindow = new google.maps.InfoWindow({content: $l261eff88eadeabe977f83b45665cd618});google.maps.event.addListener(m_261eff88eadeabe977f83b45665cd618, 'click', function() {infowindow.open(map,m_261eff88eadeabe977f83b45665cd618);});$marker.push(m_261eff88eadeabe977f83b45665cd618);}});}google.maps.event.addDomListener(window, 'load', initialize);