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(34.7012,-82.9385)};var g_2958ef004a18f50b380a87d1cfe5366d = new google.maps.Geocoder();g_2958ef004a18f50b380a87d1cfe5366d.geocode( { 'address': "104 Mill Rd, Seneca, SC 29678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-td-bank'), mapOptions);}document.getElementById('73992608').innerHTML += ' | View Map';var $l2958ef004a18f50b380a87d1cfe5366d = '

TD Bank

Address: 104 Mill Rd, Seneca, SC 29678, USA
Phone: (864) 882-9982
';var m_2958ef004a18f50b380a87d1cfe5366d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_2958ef004a18f50b380a87d1cfe5366d['infowindow'] = new google.maps.InfoWindow({content: $l2958ef004a18f50b380a87d1cfe5366d});var infowindow = new google.maps.InfoWindow({content: $l2958ef004a18f50b380a87d1cfe5366d});google.maps.event.addListener(m_2958ef004a18f50b380a87d1cfe5366d, 'click', function() {infowindow.open(map,m_2958ef004a18f50b380a87d1cfe5366d);});$marker.push(m_2958ef004a18f50b380a87d1cfe5366d);}});}google.maps.event.addDomListener(window, 'load', initialize);