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(29.9173,-82.7076)};var g_09d84d6a2ab34c961430012c98a75627 = new google.maps.Geocoder();g_09d84d6a2ab34c961430012c98a75627.geocode( { 'address': "7075 US-27, Fort White, FL 32038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-white-FL-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-white-FL-td-bank'), mapOptions);}document.getElementById('d880a5c8').innerHTML += ' | View Map';var $l09d84d6a2ab34c961430012c98a75627 = '

TD Bank

Address: 7075 US-27, Fort White, FL 32038, USA
Phone: (386) 497-3092
';var m_09d84d6a2ab34c961430012c98a75627 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_09d84d6a2ab34c961430012c98a75627['infowindow'] = new google.maps.InfoWindow({content: $l09d84d6a2ab34c961430012c98a75627});var infowindow = new google.maps.InfoWindow({content: $l09d84d6a2ab34c961430012c98a75627});google.maps.event.addListener(m_09d84d6a2ab34c961430012c98a75627, 'click', function() {infowindow.open(map,m_09d84d6a2ab34c961430012c98a75627);});$marker.push(m_09d84d6a2ab34c961430012c98a75627);}});}google.maps.event.addDomListener(window, 'load', initialize);