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.6857,-82.957)};var g_1cf8e789f01941ffa8b99696e1aa14c1 = new google.maps.Geocoder();g_1cf8e789f01941ffa8b99696e1aa14c1.geocode( { 'address': "104 Mill Rd, Seneca, SC 29672"}, 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('fdd77fed').innerHTML += ' | View Map';var $l1cf8e789f01941ffa8b99696e1aa14c1 = '

Td Bank

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