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.0956,-76.112)};var g_f142c6067e6345134c6728f299cf4c1e = new google.maps.Geocoder();g_f142c6067e6345134c6728f299cf4c1e.geocode( { 'address': "693 W Main St, New Holland, PA 17557, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-holland-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('new-holland-PA-bbt'), mapOptions);}document.getElementById('712e74ad').innerHTML += ' | View Map';var $lf142c6067e6345134c6728f299cf4c1e = '

BB&T

Address: 693 W Main St, New Holland, PA 17557, USA
Phone: (717) 354-3040
';var m_f142c6067e6345134c6728f299cf4c1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_f142c6067e6345134c6728f299cf4c1e['infowindow'] = new google.maps.InfoWindow({content: $lf142c6067e6345134c6728f299cf4c1e});var infowindow = new google.maps.InfoWindow({content: $lf142c6067e6345134c6728f299cf4c1e});google.maps.event.addListener(m_f142c6067e6345134c6728f299cf4c1e, 'click', function() {infowindow.open(map,m_f142c6067e6345134c6728f299cf4c1e);});$marker.push(m_f142c6067e6345134c6728f299cf4c1e);}});}google.maps.event.addDomListener(window, 'load', initialize);