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(28.0993,-81.6156)};var g_d8577a104f9962cb3533946068f61dae = new google.maps.Geocoder();g_d8577a104f9962cb3533946068f61dae.geocode( { 'address': "99 Highway 17, Haines City, FL 33844"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haines-city-FL-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('haines-city-FL-suntrust-bank'), mapOptions);}document.getElementById('dd479988').innerHTML += ' | View Map';var $ld8577a104f9962cb3533946068f61dae = '

SunTrust Bank

Address: 99 Highway 17, Haines City, FL 33844
Phone: (863) 256-1415
';var m_d8577a104f9962cb3533946068f61dae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_d8577a104f9962cb3533946068f61dae['infowindow'] = new google.maps.InfoWindow({content: $ld8577a104f9962cb3533946068f61dae});var infowindow = new google.maps.InfoWindow({content: $ld8577a104f9962cb3533946068f61dae});google.maps.event.addListener(m_d8577a104f9962cb3533946068f61dae, 'click', function() {infowindow.open(map,m_d8577a104f9962cb3533946068f61dae);});$marker.push(m_d8577a104f9962cb3533946068f61dae);}});}google.maps.event.addDomListener(window, 'load', initialize);