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.1586,-76.9893)};var g_f3ce5d34f11d4d53a0703e03ea1d814d = new google.maps.Geocoder();g_f3ce5d34f11d4d53a0703e03ea1d814d.geocode( { 'address': "1 College Ave, Grantham, PA 17027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grantham-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('grantham-PA-bbt-atm'), mapOptions);}document.getElementById('54cbce81').innerHTML += ' | View Map';var $lf3ce5d34f11d4d53a0703e03ea1d814d = '

BB&T ATM

Address: 1 College Ave, Grantham, PA 17027, USA
Phone: (800) 226-5228
';var m_f3ce5d34f11d4d53a0703e03ea1d814d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_f3ce5d34f11d4d53a0703e03ea1d814d['infowindow'] = new google.maps.InfoWindow({content: $lf3ce5d34f11d4d53a0703e03ea1d814d});var infowindow = new google.maps.InfoWindow({content: $lf3ce5d34f11d4d53a0703e03ea1d814d});google.maps.event.addListener(m_f3ce5d34f11d4d53a0703e03ea1d814d, 'click', function() {infowindow.open(map,m_f3ce5d34f11d4d53a0703e03ea1d814d);});$marker.push(m_f3ce5d34f11d4d53a0703e03ea1d814d);}});}google.maps.event.addDomListener(window, 'load', initialize);