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.5566,-78.1106)};var g_e10bb16c9fc310f560d696ca955e9e03 = new google.maps.Geocoder();g_e10bb16c9fc310f560d696ca955e9e03.geocode( { 'address': "5496 William Penn Hwy, Alexandria, PA 16611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-PA-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-PA-first-national-bank-atm'), mapOptions);}document.getElementById('0cc5a8b6').innerHTML += ' | View Map';var $le10bb16c9fc310f560d696ca955e9e03 = '

First National Bank ATM

Address: 5496 William Penn Hwy, Alexandria, PA 16611, USA
Phone: (800) 555-5455
';var m_e10bb16c9fc310f560d696ca955e9e03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank ATM',});m_e10bb16c9fc310f560d696ca955e9e03['infowindow'] = new google.maps.InfoWindow({content: $le10bb16c9fc310f560d696ca955e9e03});var infowindow = new google.maps.InfoWindow({content: $le10bb16c9fc310f560d696ca955e9e03});google.maps.event.addListener(m_e10bb16c9fc310f560d696ca955e9e03, 'click', function() {infowindow.open(map,m_e10bb16c9fc310f560d696ca955e9e03);});$marker.push(m_e10bb16c9fc310f560d696ca955e9e03);}});}google.maps.event.addDomListener(window, 'load', initialize);