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.0936,-76.1133)};var g_21c3b4a7e53f44b1e09f2702f50e775b = new google.maps.Geocoder();g_21c3b4a7e53f44b1e09f2702f50e775b.geocode( { 'address': "706 W Main St, New Holland, PA 17557, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-holland-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('new-holland-PA-santander-atm'), mapOptions);}document.getElementById('9312ad39').innerHTML += ' | View Map';var $l21c3b4a7e53f44b1e09f2702f50e775b = '

Santander ATM

Address: 706 W Main St, New Holland, PA 17557, USA
Phone: (717) 887-4414
';var m_21c3b4a7e53f44b1e09f2702f50e775b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_21c3b4a7e53f44b1e09f2702f50e775b['infowindow'] = new google.maps.InfoWindow({content: $l21c3b4a7e53f44b1e09f2702f50e775b});var infowindow = new google.maps.InfoWindow({content: $l21c3b4a7e53f44b1e09f2702f50e775b});google.maps.event.addListener(m_21c3b4a7e53f44b1e09f2702f50e775b, 'click', function() {infowindow.open(map,m_21c3b4a7e53f44b1e09f2702f50e775b);});$marker.push(m_21c3b4a7e53f44b1e09f2702f50e775b);}});}google.maps.event.addDomListener(window, 'load', initialize);