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.7193,-76.1905)};var g_63f797dcf729a5c7da1890bf071f104f = new google.maps.Geocoder();g_63f797dcf729a5c7da1890bf071f104f.geocode( { 'address': "2 N 2nd St, St Clair, PA 17970, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-clair-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('saint-clair-PA-bbt'), mapOptions);}document.getElementById('5170e116').innerHTML += ' | View Map';var $l63f797dcf729a5c7da1890bf071f104f = '

BB&T

Address: 2 N 2nd St, St Clair, PA 17970, USA
Phone: (570) 429-0321
';var m_63f797dcf729a5c7da1890bf071f104f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_63f797dcf729a5c7da1890bf071f104f['infowindow'] = new google.maps.InfoWindow({content: $l63f797dcf729a5c7da1890bf071f104f});var infowindow = new google.maps.InfoWindow({content: $l63f797dcf729a5c7da1890bf071f104f});google.maps.event.addListener(m_63f797dcf729a5c7da1890bf071f104f, 'click', function() {infowindow.open(map,m_63f797dcf729a5c7da1890bf071f104f);});$marker.push(m_63f797dcf729a5c7da1890bf071f104f);}});}google.maps.event.addDomListener(window, 'load', initialize);