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.2778,-76.6642)};var g_ed1f2aa5531b4476da4a35705aa60a8a = new google.maps.Geocoder();g_ed1f2aa5531b4476da4a35705aa60a8a.geocode( { 'address': "130 Hockersville Rd, Hershey, PA 17033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hershey-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('hershey-PA-santander-atm'), mapOptions);}document.getElementById('5907f853').innerHTML += ' | View Map';var $led1f2aa5531b4476da4a35705aa60a8a = '

Santander ATM

Address: 130 Hockersville Rd, Hershey, PA 17033, USA
Phone:
';var m_ed1f2aa5531b4476da4a35705aa60a8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_ed1f2aa5531b4476da4a35705aa60a8a['infowindow'] = new google.maps.InfoWindow({content: $led1f2aa5531b4476da4a35705aa60a8a});var infowindow = new google.maps.InfoWindow({content: $led1f2aa5531b4476da4a35705aa60a8a});google.maps.event.addListener(m_ed1f2aa5531b4476da4a35705aa60a8a, 'click', function() {infowindow.open(map,m_ed1f2aa5531b4476da4a35705aa60a8a);});$marker.push(m_ed1f2aa5531b4476da4a35705aa60a8a);}});}google.maps.event.addDomListener(window, 'load', initialize);