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.0149,-80.9428)};var g_dc18570f7c1402c7aec08619841e244b = new google.maps.Geocoder();g_dc18570f7c1402c7aec08619841e244b.geocode( { 'address': "1811 FL-44, New Smyrna Beach, FL 32168, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-smyrna-beach-FL-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-smyrna-beach-FL-td-bank'), mapOptions);}document.getElementById('0cfde5a9').innerHTML += ' | View Map';var $ldc18570f7c1402c7aec08619841e244b = '

TD Bank

Address: 1811 FL-44, New Smyrna Beach, FL 32168, USA
Phone: (386) 428-3926
';var m_dc18570f7c1402c7aec08619841e244b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_dc18570f7c1402c7aec08619841e244b['infowindow'] = new google.maps.InfoWindow({content: $ldc18570f7c1402c7aec08619841e244b});var infowindow = new google.maps.InfoWindow({content: $ldc18570f7c1402c7aec08619841e244b});google.maps.event.addListener(m_dc18570f7c1402c7aec08619841e244b, 'click', function() {infowindow.open(map,m_dc18570f7c1402c7aec08619841e244b);});$marker.push(m_dc18570f7c1402c7aec08619841e244b);}});}google.maps.event.addDomListener(window, 'load', initialize);