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.0669,-79.8914)};var g_123b3a24de6efdf1dffc4d9ca34eed02 = new google.maps.Geocoder();g_123b3a24de6efdf1dffc4d9ca34eed02.geocode( { 'address': "256 3rd St, California, PA 15419, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('california-PA-keybank-atm').style.display = '';map = new google.maps.Map(document.getElementById('california-PA-keybank-atm'), mapOptions);}document.getElementById('b63acb76').innerHTML += ' | View Map';var $l123b3a24de6efdf1dffc4d9ca34eed02 = '

KeyBank ATM

Address: 256 3rd St, California, PA 15419, USA
Phone: (800) 539-2968
';var m_123b3a24de6efdf1dffc4d9ca34eed02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank ATM',});m_123b3a24de6efdf1dffc4d9ca34eed02['infowindow'] = new google.maps.InfoWindow({content: $l123b3a24de6efdf1dffc4d9ca34eed02});var infowindow = new google.maps.InfoWindow({content: $l123b3a24de6efdf1dffc4d9ca34eed02});google.maps.event.addListener(m_123b3a24de6efdf1dffc4d9ca34eed02, 'click', function() {infowindow.open(map,m_123b3a24de6efdf1dffc4d9ca34eed02);});$marker.push(m_123b3a24de6efdf1dffc4d9ca34eed02);}});}google.maps.event.addDomListener(window, 'load', initialize);