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.853,-79.9177)};var g_a58337d1b8c98bf3225186673be3407b = new google.maps.Geocoder();g_a58337d1b8c98bf3225186673be3407b.geocode( { 'address': "1 Lyn Mar Plz, Lyndora, PA 16045"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyndora-PA-nex-tier-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('lyndora-PA-nex-tier-bank-na'), mapOptions);}document.getElementById('b0b93944').innerHTML += ' | View Map';var $la58337d1b8c98bf3225186673be3407b = '

Nex Tier Bank NA

Address: 1 Lyn Mar Plz, Lyndora, PA 16045
Phone: (724) 287-7701
';var m_a58337d1b8c98bf3225186673be3407b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nex Tier Bank NA',});m_a58337d1b8c98bf3225186673be3407b['infowindow'] = new google.maps.InfoWindow({content: $la58337d1b8c98bf3225186673be3407b});var infowindow = new google.maps.InfoWindow({content: $la58337d1b8c98bf3225186673be3407b});google.maps.event.addListener(m_a58337d1b8c98bf3225186673be3407b, 'click', function() {infowindow.open(map,m_a58337d1b8c98bf3225186673be3407b);});$marker.push(m_a58337d1b8c98bf3225186673be3407b);}});}google.maps.event.addDomListener(window, 'load', initialize);