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.9008,-79.7283)};var g_cd7afcce013ef818ac2c169b54603fbe = new google.maps.Geocoder();g_cd7afcce013ef818ac2c169b54603fbe.geocode( { 'address': "81 W Main St, Uniontown, PA 15401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniontown-PA-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('uniontown-PA-united-bank'), mapOptions);}document.getElementById('bf8f3255').innerHTML += ' | View Map';var $lcd7afcce013ef818ac2c169b54603fbe = '

United Bank

Address: 81 W Main St, Uniontown, PA 15401, USA
Phone: (724) 439-8636
';var m_cd7afcce013ef818ac2c169b54603fbe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_cd7afcce013ef818ac2c169b54603fbe['infowindow'] = new google.maps.InfoWindow({content: $lcd7afcce013ef818ac2c169b54603fbe});var infowindow = new google.maps.InfoWindow({content: $lcd7afcce013ef818ac2c169b54603fbe});google.maps.event.addListener(m_cd7afcce013ef818ac2c169b54603fbe, 'click', function() {infowindow.open(map,m_cd7afcce013ef818ac2c169b54603fbe);});$marker.push(m_cd7afcce013ef818ac2c169b54603fbe);}});}google.maps.event.addDomListener(window, 'load', initialize);