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.3275,-79.618)};var g_0c4f0fe43341699a7265a0101eff998b = new google.maps.Geocoder();g_0c4f0fe43341699a7265a0101eff998b.geocode( { 'address': "411 Clay Ave, Jeannette, PA 15644, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jeannette-PA-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('jeannette-PA-key-bank'), mapOptions);}document.getElementById('a1f425d7').innerHTML += ' | View Map';var $l0c4f0fe43341699a7265a0101eff998b = '

Key Bank

Address: 411 Clay Ave, Jeannette, PA 15644, USA
Phone: (724) 523-6513
';var m_0c4f0fe43341699a7265a0101eff998b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_0c4f0fe43341699a7265a0101eff998b['infowindow'] = new google.maps.InfoWindow({content: $l0c4f0fe43341699a7265a0101eff998b});var infowindow = new google.maps.InfoWindow({content: $l0c4f0fe43341699a7265a0101eff998b});google.maps.event.addListener(m_0c4f0fe43341699a7265a0101eff998b, 'click', function() {infowindow.open(map,m_0c4f0fe43341699a7265a0101eff998b);});$marker.push(m_0c4f0fe43341699a7265a0101eff998b);}});}google.maps.event.addDomListener(window, 'load', initialize);