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(39.9025,-76.609)};var g_85b991ae924d726b0a109024f364c06e = new google.maps.Geocoder();g_85b991ae924d726b0a109024f364c06e.geocode( { 'address': "5 W High St, Red Lion, PA 17356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-lion-PA-atm-susquehanna-bank').style.display = '';map = new google.maps.Map(document.getElementById('red-lion-PA-atm-susquehanna-bank'), mapOptions);}document.getElementById('05efeb70').innerHTML += ' | View Map';var $l85b991ae924d726b0a109024f364c06e = '

ATM (Susquehanna Bank)

Address: 5 W High St, Red Lion, PA 17356, USA
Phone:
';var m_85b991ae924d726b0a109024f364c06e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Susquehanna Bank)',});m_85b991ae924d726b0a109024f364c06e['infowindow'] = new google.maps.InfoWindow({content: $l85b991ae924d726b0a109024f364c06e});var infowindow = new google.maps.InfoWindow({content: $l85b991ae924d726b0a109024f364c06e});google.maps.event.addListener(m_85b991ae924d726b0a109024f364c06e, 'click', function() {infowindow.open(map,m_85b991ae924d726b0a109024f364c06e);});$marker.push(m_85b991ae924d726b0a109024f364c06e);}});}google.maps.event.addDomListener(window, 'load', initialize);