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.5543,-79.9721)};var g_21225322dc0a3fb1d1852c8ea1146447 = new google.maps.Geocoder();g_21225322dc0a3fb1d1852c8ea1146447.geocode( { 'address': "2412 Ferguson Rd, Allison Park, PA 15101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-township-PA-keybank').style.display = '';map = new google.maps.Map(document.getElementById('hampton-township-PA-keybank'), mapOptions);}document.getElementById('1fc72647').innerHTML += ' | View Map';var $l21225322dc0a3fb1d1852c8ea1146447 = '

KeyBank

Address: 2412 Ferguson Rd, Allison Park, PA 15101, USA
Phone: (412) 486-3310
';var m_21225322dc0a3fb1d1852c8ea1146447 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_21225322dc0a3fb1d1852c8ea1146447['infowindow'] = new google.maps.InfoWindow({content: $l21225322dc0a3fb1d1852c8ea1146447});var infowindow = new google.maps.InfoWindow({content: $l21225322dc0a3fb1d1852c8ea1146447});google.maps.event.addListener(m_21225322dc0a3fb1d1852c8ea1146447, 'click', function() {infowindow.open(map,m_21225322dc0a3fb1d1852c8ea1146447);});$marker.push(m_21225322dc0a3fb1d1852c8ea1146447);}});}google.maps.event.addDomListener(window, 'load', initialize);