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(39.9288,-77.9884)};var g_28513c6ecd19265370792e81561c6011 = new google.maps.Geocoder();g_28513c6ecd19265370792e81561c6011.geocode( { 'address': "187 Buchanan Trail, Mcconnellsburg, PA 17233, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcconnellsburg-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('mcconnellsburg-PA-bbt-atm'), mapOptions);}document.getElementById('9da3bed7').innerHTML += ' | View Map';var $l28513c6ecd19265370792e81561c6011 = '

BB&T ATM

Address: 187 Buchanan Trail, Mcconnellsburg, PA 17233, USA
Phone: (800) 226-5228
';var m_28513c6ecd19265370792e81561c6011 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_28513c6ecd19265370792e81561c6011['infowindow'] = new google.maps.InfoWindow({content: $l28513c6ecd19265370792e81561c6011});var infowindow = new google.maps.InfoWindow({content: $l28513c6ecd19265370792e81561c6011});google.maps.event.addListener(m_28513c6ecd19265370792e81561c6011, 'click', function() {infowindow.open(map,m_28513c6ecd19265370792e81561c6011);});$marker.push(m_28513c6ecd19265370792e81561c6011);}});}google.maps.event.addDomListener(window, 'load', initialize);