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.7848,-79.7877)};var g_7520bb500e09b7fba14267262b33ce2f = new google.maps.Geocoder();g_7520bb500e09b7fba14267262b33ce2f.geocode( { 'address': "69 Main St, Smithfield, PA 15478"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithfield-PA-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('smithfield-PA-united-bank'), mapOptions);}document.getElementById('fbbd7bbe').innerHTML += ' | View Map';var $l7520bb500e09b7fba14267262b33ce2f = '

United Bank

Address: 69 Main St, Smithfield, PA 15478
Phone: (724) 569-4892
';var m_7520bb500e09b7fba14267262b33ce2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_7520bb500e09b7fba14267262b33ce2f['infowindow'] = new google.maps.InfoWindow({content: $l7520bb500e09b7fba14267262b33ce2f});var infowindow = new google.maps.InfoWindow({content: $l7520bb500e09b7fba14267262b33ce2f});google.maps.event.addListener(m_7520bb500e09b7fba14267262b33ce2f, 'click', function() {infowindow.open(map,m_7520bb500e09b7fba14267262b33ce2f);});$marker.push(m_7520bb500e09b7fba14267262b33ce2f);}});}google.maps.event.addDomListener(window, 'load', initialize);