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.2166,-75.0116)};var g_a4684b943e55d4c30b5895c0ae8bb5ff = new google.maps.Geocoder();g_a4684b943e55d4c30b5895c0ae8bb5ff.geocode( { 'address': "1034 2nd St Pike, Richboro, PA 18954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richboro-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('richboro-PA-sovereign-atm'), mapOptions);}document.getElementById('1c074226').innerHTML += ' | View Map';var $la4684b943e55d4c30b5895c0ae8bb5ff = '

Sovereign ATM

Address: 1034 2nd St Pike, Richboro, PA 18954, USA
Phone:
';var m_a4684b943e55d4c30b5895c0ae8bb5ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_a4684b943e55d4c30b5895c0ae8bb5ff['infowindow'] = new google.maps.InfoWindow({content: $la4684b943e55d4c30b5895c0ae8bb5ff});var infowindow = new google.maps.InfoWindow({content: $la4684b943e55d4c30b5895c0ae8bb5ff});google.maps.event.addListener(m_a4684b943e55d4c30b5895c0ae8bb5ff, 'click', function() {infowindow.open(map,m_a4684b943e55d4c30b5895c0ae8bb5ff);});$marker.push(m_a4684b943e55d4c30b5895c0ae8bb5ff);}});}google.maps.event.addDomListener(window, 'load', initialize);