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.6326,-77.571)};var g_4f35ffc581dfecea4db9e25f27d17cd9 = new google.maps.Geocoder();g_4f35ffc581dfecea4db9e25f27d17cd9.geocode( { 'address': "404 N Logan Blvd, Burnham, PA 17009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burnham-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('burnham-PA-sovereign-atm'), mapOptions);}document.getElementById('3efe6790').innerHTML += ' | View Map';var $l4f35ffc581dfecea4db9e25f27d17cd9 = '

Sovereign ATM

Address: 404 N Logan Blvd, Burnham, PA 17009, USA
Phone:
';var m_4f35ffc581dfecea4db9e25f27d17cd9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_4f35ffc581dfecea4db9e25f27d17cd9['infowindow'] = new google.maps.InfoWindow({content: $l4f35ffc581dfecea4db9e25f27d17cd9});var infowindow = new google.maps.InfoWindow({content: $l4f35ffc581dfecea4db9e25f27d17cd9});google.maps.event.addListener(m_4f35ffc581dfecea4db9e25f27d17cd9, 'click', function() {infowindow.open(map,m_4f35ffc581dfecea4db9e25f27d17cd9);});$marker.push(m_4f35ffc581dfecea4db9e25f27d17cd9);}});}google.maps.event.addDomListener(window, 'load', initialize);