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.7454,-74.4316)};var g_381fe07c55620bde47e2d41044017759 = new google.maps.Geocoder();g_381fe07c55620bde47e2d41044017759.geocode( { 'address': "641 Shunpike Rd, Chatham Township, NJ 07928, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chatham-township-NJ-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('chatham-township-NJ-sovereign-atm'), mapOptions);}document.getElementById('fd10e5df').innerHTML += ' | View Map';var $l381fe07c55620bde47e2d41044017759 = '

Sovereign ATM

Address: 641 Shunpike Rd, Chatham Township, NJ 07928, USA
Phone:
';var m_381fe07c55620bde47e2d41044017759 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_381fe07c55620bde47e2d41044017759['infowindow'] = new google.maps.InfoWindow({content: $l381fe07c55620bde47e2d41044017759});var infowindow = new google.maps.InfoWindow({content: $l381fe07c55620bde47e2d41044017759});google.maps.event.addListener(m_381fe07c55620bde47e2d41044017759, 'click', function() {infowindow.open(map,m_381fe07c55620bde47e2d41044017759);});$marker.push(m_381fe07c55620bde47e2d41044017759);}});}google.maps.event.addDomListener(window, 'load', initialize);