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.882,-81.2418)};var g_fb9e85915d3ce0f50ac84a6c40d2d677 = new google.maps.Geocoder();g_fb9e85915d3ce0f50ac84a6c40d2d677.geocode( { 'address': "1212 Providence Blvd, Deltona, FL 32725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deltona-FL-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('deltona-FL-atm-td-bank'), mapOptions);}document.getElementById('cfd36ed4').innerHTML += ' | View Map';var $lfb9e85915d3ce0f50ac84a6c40d2d677 = '

ATM (TD Bank)

Address: 1212 Providence Blvd, Deltona, FL 32725, USA
Phone: (386) 860-1252
';var m_fb9e85915d3ce0f50ac84a6c40d2d677 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_fb9e85915d3ce0f50ac84a6c40d2d677['infowindow'] = new google.maps.InfoWindow({content: $lfb9e85915d3ce0f50ac84a6c40d2d677});var infowindow = new google.maps.InfoWindow({content: $lfb9e85915d3ce0f50ac84a6c40d2d677});google.maps.event.addListener(m_fb9e85915d3ce0f50ac84a6c40d2d677, 'click', function() {infowindow.open(map,m_fb9e85915d3ce0f50ac84a6c40d2d677);});$marker.push(m_fb9e85915d3ce0f50ac84a6c40d2d677);}});}google.maps.event.addDomListener(window, 'load', initialize);