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.0181,-78.5039)};var g_3485e3f691974fa6f77c58a291a7a8ff = new google.maps.Geocoder();g_3485e3f691974fa6f77c58a291a7a8ff.geocode( { 'address': "124 S Juliana St, Bedford, PA 15522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-PA-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('bedford-PA-first-national-bank-atm'), mapOptions);}document.getElementById('4260bedb').innerHTML += ' | View Map';var $l3485e3f691974fa6f77c58a291a7a8ff = '

First National Bank ATM

Address: 124 S Juliana St, Bedford, PA 15522, USA
Phone: (800) 555-5455
';var m_3485e3f691974fa6f77c58a291a7a8ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank ATM',});m_3485e3f691974fa6f77c58a291a7a8ff['infowindow'] = new google.maps.InfoWindow({content: $l3485e3f691974fa6f77c58a291a7a8ff});var infowindow = new google.maps.InfoWindow({content: $l3485e3f691974fa6f77c58a291a7a8ff});google.maps.event.addListener(m_3485e3f691974fa6f77c58a291a7a8ff, 'click', function() {infowindow.open(map,m_3485e3f691974fa6f77c58a291a7a8ff);});$marker.push(m_3485e3f691974fa6f77c58a291a7a8ff);}});var g_4541e47842fbf98fade66588d9a044ed = new google.maps.Geocoder();g_4541e47842fbf98fade66588d9a044ed.geocode( { 'address': "155 N Richard St, Bedford, PA 15522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-PA-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('bedford-PA-first-national-bank-atm'), mapOptions);}document.getElementById('5874e461').innerHTML += ' | View Map';var $l4541e47842fbf98fade66588d9a044ed = '

First National Bank ATM

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