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.6941,-82.9723)};var g_5bcbb819023630661a60ca318639c604 = new google.maps.Geocoder();g_5bcbb819023630661a60ca318639c604.geocode( { 'address': "975 By Pass 123, Seneca, SC 29678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-bbt-atm'), mapOptions);}document.getElementById('b2aa8c3b').innerHTML += ' | View Map';var $l5bcbb819023630661a60ca318639c604 = '

BB&T ATM

Address: 975 By Pass 123, Seneca, SC 29678, USA
Phone: (800) 226-5228
';var m_5bcbb819023630661a60ca318639c604 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_5bcbb819023630661a60ca318639c604['infowindow'] = new google.maps.InfoWindow({content: $l5bcbb819023630661a60ca318639c604});var infowindow = new google.maps.InfoWindow({content: $l5bcbb819023630661a60ca318639c604});google.maps.event.addListener(m_5bcbb819023630661a60ca318639c604, 'click', function() {infowindow.open(map,m_5bcbb819023630661a60ca318639c604);});$marker.push(m_5bcbb819023630661a60ca318639c604);}});}google.maps.event.addDomListener(window, 'load', initialize);