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.5187,-75.7759)};var g_aeca93c458c89a8693a0b2d5f0390e31 = new google.maps.Geocoder();g_aeca93c458c89a8693a0b2d5f0390e31.geocode( { 'address': "110 W Main St, Kutztown, PA 19530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kutztown-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('kutztown-PA-bbt'), mapOptions);}document.getElementById('bbe906d8').innerHTML += ' | View Map';var $laeca93c458c89a8693a0b2d5f0390e31 = '

BB&T

Address: 110 W Main St, Kutztown, PA 19530, USA
Phone: (610) 683-0101
';var m_aeca93c458c89a8693a0b2d5f0390e31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_aeca93c458c89a8693a0b2d5f0390e31['infowindow'] = new google.maps.InfoWindow({content: $laeca93c458c89a8693a0b2d5f0390e31});var infowindow = new google.maps.InfoWindow({content: $laeca93c458c89a8693a0b2d5f0390e31});google.maps.event.addListener(m_aeca93c458c89a8693a0b2d5f0390e31, 'click', function() {infowindow.open(map,m_aeca93c458c89a8693a0b2d5f0390e31);});$marker.push(m_aeca93c458c89a8693a0b2d5f0390e31);}});}google.maps.event.addDomListener(window, 'load', initialize);