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.3839,-77.8823)};var g_b4930b26b58add85c2695f86ee827e3e = new google.maps.Geocoder();g_b4930b26b58add85c2695f86ee827e3e.geocode( { 'address': "18 E Shirley St, Mt Union, PA 17066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-union-PA-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('mount-union-PA-first-national-bank-atm'), mapOptions);}document.getElementById('48443ced').innerHTML += ' | View Map';var $lb4930b26b58add85c2695f86ee827e3e = '

First National Bank ATM

Address: 18 E Shirley St, Mt Union, PA 17066, USA
Phone: (800) 555-5455
';var m_b4930b26b58add85c2695f86ee827e3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank ATM',});m_b4930b26b58add85c2695f86ee827e3e['infowindow'] = new google.maps.InfoWindow({content: $lb4930b26b58add85c2695f86ee827e3e});var infowindow = new google.maps.InfoWindow({content: $lb4930b26b58add85c2695f86ee827e3e});google.maps.event.addListener(m_b4930b26b58add85c2695f86ee827e3e, 'click', function() {infowindow.open(map,m_b4930b26b58add85c2695f86ee827e3e);});$marker.push(m_b4930b26b58add85c2695f86ee827e3e);}});}google.maps.event.addDomListener(window, 'load', initialize);