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.5068,-75.9667)};var g_526c88a03f482221886aed783cf76390 = new google.maps.Geocoder();g_526c88a03f482221886aed783cf76390.geocode( { 'address': "1054 Shoemaker Ave, Shoemakersville, PA 19555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shoemakersville-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('shoemakersville-PA-santander-atm'), mapOptions);}document.getElementById('c9a8efc4').innerHTML += ' | View Map';var $l526c88a03f482221886aed783cf76390 = '

Santander ATM

Address: 1054 Shoemaker Ave, Shoemakersville, PA 19555, USA
Phone:
';var m_526c88a03f482221886aed783cf76390 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_526c88a03f482221886aed783cf76390['infowindow'] = new google.maps.InfoWindow({content: $l526c88a03f482221886aed783cf76390});var infowindow = new google.maps.InfoWindow({content: $l526c88a03f482221886aed783cf76390});google.maps.event.addListener(m_526c88a03f482221886aed783cf76390, 'click', function() {infowindow.open(map,m_526c88a03f482221886aed783cf76390);});$marker.push(m_526c88a03f482221886aed783cf76390);}});}google.maps.event.addDomListener(window, 'load', initialize);