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.3873,-75.7937)};var g_ac6fbd04384fe401c62c30286cc3c8c1 = new google.maps.Geocoder();g_ac6fbd04384fe401c62c30286cc3c8c1.geocode( { 'address': "20 King\'s Plaza, Oley, PA 19547, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oley-PA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('oley-PA-santander-bank-atm'), mapOptions);}document.getElementById('115836b8').innerHTML += ' | View Map';var $lac6fbd04384fe401c62c30286cc3c8c1 = '

Santander Bank ATM

Address: 20 King\'s Plaza, Oley, PA 19547, USA
Phone: (610) 987-9690
';var m_ac6fbd04384fe401c62c30286cc3c8c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_ac6fbd04384fe401c62c30286cc3c8c1['infowindow'] = new google.maps.InfoWindow({content: $lac6fbd04384fe401c62c30286cc3c8c1});var infowindow = new google.maps.InfoWindow({content: $lac6fbd04384fe401c62c30286cc3c8c1});google.maps.event.addListener(m_ac6fbd04384fe401c62c30286cc3c8c1, 'click', function() {infowindow.open(map,m_ac6fbd04384fe401c62c30286cc3c8c1);});$marker.push(m_ac6fbd04384fe401c62c30286cc3c8c1);}});}google.maps.event.addDomListener(window, 'load', initialize);