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(41.6258,-75.7791)};var g_06f2bb500a6456f9199a3041d556ec83 = new google.maps.Geocoder();g_06f2bb500a6456f9199a3041d556ec83.geocode( { 'address': "2615 US-11, Nicholson, PA 18446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nicholson-PA-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('nicholson-PA-first-national-bank-atm'), mapOptions);}document.getElementById('01e17cfb').innerHTML += ' | View Map';var $l06f2bb500a6456f9199a3041d556ec83 = '

First National Bank ATM

Address: 2615 US-11, Nicholson, PA 18446, USA
Phone: (800) 555-5455
';var m_06f2bb500a6456f9199a3041d556ec83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank ATM',});m_06f2bb500a6456f9199a3041d556ec83['infowindow'] = new google.maps.InfoWindow({content: $l06f2bb500a6456f9199a3041d556ec83});var infowindow = new google.maps.InfoWindow({content: $l06f2bb500a6456f9199a3041d556ec83});google.maps.event.addListener(m_06f2bb500a6456f9199a3041d556ec83, 'click', function() {infowindow.open(map,m_06f2bb500a6456f9199a3041d556ec83);});$marker.push(m_06f2bb500a6456f9199a3041d556ec83);}});var g_28be3cf7899076195300e165d49a00c4 = new google.maps.Geocoder();g_28be3cf7899076195300e165d49a00c4.geocode( { 'address': "57 Main St, Nicholson, PA 18446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nicholson-PA-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('nicholson-PA-first-national-bank-atm'), mapOptions);}document.getElementById('487b4469').innerHTML += ' | View Map';var $l28be3cf7899076195300e165d49a00c4 = '

First National Bank ATM

Address: 57 Main St, Nicholson, PA 18446, USA
Phone: (800) 555-5455
';var m_28be3cf7899076195300e165d49a00c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank ATM',});m_28be3cf7899076195300e165d49a00c4['infowindow'] = new google.maps.InfoWindow({content: $l28be3cf7899076195300e165d49a00c4});var infowindow = new google.maps.InfoWindow({content: $l28be3cf7899076195300e165d49a00c4});google.maps.event.addListener(m_28be3cf7899076195300e165d49a00c4, 'click', function() {infowindow.open(map,m_28be3cf7899076195300e165d49a00c4);});$marker.push(m_28be3cf7899076195300e165d49a00c4);}});}google.maps.event.addDomListener(window, 'load', initialize);