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()};var g_b303f1f8667ecd2acb460f3bd007b0cd = new google.maps.Geocoder();g_b303f1f8667ecd2acb460f3bd007b0cd.geocode( { 'address': "101 Curtiss Parkway, Miami Springs, FL 33166"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-springs-FL-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-springs-FL-suntrust-bank'), mapOptions);}document.getElementById('95ef31df').innerHTML += ' | View Map';var $lb303f1f8667ecd2acb460f3bd007b0cd = '

SunTrust Bank

Address: 101 Curtiss Parkway, Miami Springs, FL 33166
Phone: (305) 913-7260
';var m_b303f1f8667ecd2acb460f3bd007b0cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_b303f1f8667ecd2acb460f3bd007b0cd['infowindow'] = new google.maps.InfoWindow({content: $lb303f1f8667ecd2acb460f3bd007b0cd});var infowindow = new google.maps.InfoWindow({content: $lb303f1f8667ecd2acb460f3bd007b0cd});google.maps.event.addListener(m_b303f1f8667ecd2acb460f3bd007b0cd, 'click', function() {infowindow.open(map,m_b303f1f8667ecd2acb460f3bd007b0cd);});$marker.push(m_b303f1f8667ecd2acb460f3bd007b0cd);}});}google.maps.event.addDomListener(window, 'load', initialize);