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.9019,-80.305)};var g_a56ccb6aecb621d659065f24d13ebefd = new google.maps.Geocoder();g_a56ccb6aecb621d659065f24d13ebefd.geocode( { 'address': "2400 West 60th Street, Hialeah, FL 33016"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hialeah-FL-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('hialeah-FL-suntrust-bank'), mapOptions);}document.getElementById('f632c329').innerHTML += ' | View Map';var $la56ccb6aecb621d659065f24d13ebefd = '

SunTrust Bank

Address: 2400 West 60th Street, Hialeah, FL 33016
Phone: (305) 894-9277
';var m_a56ccb6aecb621d659065f24d13ebefd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_a56ccb6aecb621d659065f24d13ebefd['infowindow'] = new google.maps.InfoWindow({content: $la56ccb6aecb621d659065f24d13ebefd});var infowindow = new google.maps.InfoWindow({content: $la56ccb6aecb621d659065f24d13ebefd});google.maps.event.addListener(m_a56ccb6aecb621d659065f24d13ebefd, 'click', function() {infowindow.open(map,m_a56ccb6aecb621d659065f24d13ebefd);});$marker.push(m_a56ccb6aecb621d659065f24d13ebefd);}});}google.maps.event.addDomListener(window, 'load', initialize);