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.581,-80.0567)};var g_ec17f58c5397c004abb0f25fcf337e32 = new google.maps.Geocoder();g_ec17f58c5397c004abb0f25fcf337e32.geocode( { 'address': "9605 Harmony Dr, Ingomar, PA 15127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccandless-PA-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('mccandless-PA-key-bank'), mapOptions);}document.getElementById('2fcc7dcb').innerHTML += ' | View Map';var $lec17f58c5397c004abb0f25fcf337e32 = '

Key Bank

Address: 9605 Harmony Dr, Ingomar, PA 15127, USA
Phone: (412) 367-2600
';var m_ec17f58c5397c004abb0f25fcf337e32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_ec17f58c5397c004abb0f25fcf337e32['infowindow'] = new google.maps.InfoWindow({content: $lec17f58c5397c004abb0f25fcf337e32});var infowindow = new google.maps.InfoWindow({content: $lec17f58c5397c004abb0f25fcf337e32});google.maps.event.addListener(m_ec17f58c5397c004abb0f25fcf337e32, 'click', function() {infowindow.open(map,m_ec17f58c5397c004abb0f25fcf337e32);});$marker.push(m_ec17f58c5397c004abb0f25fcf337e32);}});}google.maps.event.addDomListener(window, 'load', initialize);