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.9004,-79.7252)};var g_2d279f54bb1e080827ca400ef0359f40 = new google.maps.Geocoder();g_2d279f54bb1e080827ca400ef0359f40.geocode( { 'address': "19 Beeson Ave, Uniontown, PA 15401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniontown-PA-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('uniontown-PA-key-bank'), mapOptions);}document.getElementById('def81043').innerHTML += ' | View Map';var $l2d279f54bb1e080827ca400ef0359f40 = '

Key Bank

Address: 19 Beeson Ave, Uniontown, PA 15401, USA
Phone: (724) 438-3551
';var m_2d279f54bb1e080827ca400ef0359f40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_2d279f54bb1e080827ca400ef0359f40['infowindow'] = new google.maps.InfoWindow({content: $l2d279f54bb1e080827ca400ef0359f40});var infowindow = new google.maps.InfoWindow({content: $l2d279f54bb1e080827ca400ef0359f40});google.maps.event.addListener(m_2d279f54bb1e080827ca400ef0359f40, 'click', function() {infowindow.open(map,m_2d279f54bb1e080827ca400ef0359f40);});$marker.push(m_2d279f54bb1e080827ca400ef0359f40);}});}google.maps.event.addDomListener(window, 'load', initialize);