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.3961,-79.4317)};var g_255509891065036fb60f4db77a073988 = new google.maps.Geocoder();g_255509891065036fb60f4db77a073988.geocode( { 'address': "US-22, New Alexandria, PA 15670, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-alexandria-PA-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-alexandria-PA-valley-national-bank'), mapOptions);}document.getElementById('f893b493').innerHTML += ' | View Map';var $l255509891065036fb60f4db77a073988 = '

Valley National Bank

Address: US-22, New Alexandria, PA 15670, USA
Phone:
';var m_255509891065036fb60f4db77a073988 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_255509891065036fb60f4db77a073988['infowindow'] = new google.maps.InfoWindow({content: $l255509891065036fb60f4db77a073988});var infowindow = new google.maps.InfoWindow({content: $l255509891065036fb60f4db77a073988});google.maps.event.addListener(m_255509891065036fb60f4db77a073988, 'click', function() {infowindow.open(map,m_255509891065036fb60f4db77a073988);});$marker.push(m_255509891065036fb60f4db77a073988);}});}google.maps.event.addDomListener(window, 'load', initialize);