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(40.0323,-76.5023)};var g_672740b0fe1794e4814e13d37664e2af = new google.maps.Geocoder();g_672740b0fe1794e4814e13d37664e2af.geocode( { 'address': "325 Locust St, Columbia, PA 17512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('columbia-PA-bbt-atm'), mapOptions);}document.getElementById('1e6748b3').innerHTML += ' | View Map';var $l672740b0fe1794e4814e13d37664e2af = '

BB&T ATM

Address: 325 Locust St, Columbia, PA 17512, USA
Phone: (800) 226-5228
';var m_672740b0fe1794e4814e13d37664e2af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_672740b0fe1794e4814e13d37664e2af['infowindow'] = new google.maps.InfoWindow({content: $l672740b0fe1794e4814e13d37664e2af});var infowindow = new google.maps.InfoWindow({content: $l672740b0fe1794e4814e13d37664e2af});google.maps.event.addListener(m_672740b0fe1794e4814e13d37664e2af, 'click', function() {infowindow.open(map,m_672740b0fe1794e4814e13d37664e2af);});$marker.push(m_672740b0fe1794e4814e13d37664e2af);}});}google.maps.event.addDomListener(window, 'load', initialize);