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.5341,-76.9609)};var g_0a07a96284741df4a0d7db65fa72fcf6 = new google.maps.Geocoder();g_0a07a96284741df4a0d7db65fa72fcf6.geocode( { 'address': "205 S Market St, Millersburg, PA 17061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millersburg-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('millersburg-PA-santander-atm'), mapOptions);}document.getElementById('c67728b3').innerHTML += ' | View Map';var $l0a07a96284741df4a0d7db65fa72fcf6 = '

Santander ATM

Address: 205 S Market St, Millersburg, PA 17061, USA
Phone:
';var m_0a07a96284741df4a0d7db65fa72fcf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_0a07a96284741df4a0d7db65fa72fcf6['infowindow'] = new google.maps.InfoWindow({content: $l0a07a96284741df4a0d7db65fa72fcf6});var infowindow = new google.maps.InfoWindow({content: $l0a07a96284741df4a0d7db65fa72fcf6});google.maps.event.addListener(m_0a07a96284741df4a0d7db65fa72fcf6, 'click', function() {infowindow.open(map,m_0a07a96284741df4a0d7db65fa72fcf6);});$marker.push(m_0a07a96284741df4a0d7db65fa72fcf6);}});}google.maps.event.addDomListener(window, 'load', initialize);