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.8508,-74.8263)};var g_2337363ef554d09a4e91c16da975d6f2 = new google.maps.Geocoder();g_2337363ef554d09a4e91c16da975d6f2.geocode( { 'address': "270 Main St, Hackettstown, NJ 07840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hackettstown-NJ-anderson-check-cashing-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hackettstown-NJ-anderson-check-cashing-corporation'), mapOptions);}document.getElementById('5fd87ed9').innerHTML += ' | View Map';var $l2337363ef554d09a4e91c16da975d6f2 = '

Anderson Check Cashing Corporation

Address: 270 Main St, Hackettstown, NJ 07840, USA
Phone: (908) 684-1132
';var m_2337363ef554d09a4e91c16da975d6f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anderson Check Cashing Corporation',});m_2337363ef554d09a4e91c16da975d6f2['infowindow'] = new google.maps.InfoWindow({content: $l2337363ef554d09a4e91c16da975d6f2});var infowindow = new google.maps.InfoWindow({content: $l2337363ef554d09a4e91c16da975d6f2});google.maps.event.addListener(m_2337363ef554d09a4e91c16da975d6f2, 'click', function() {infowindow.open(map,m_2337363ef554d09a4e91c16da975d6f2);});$marker.push(m_2337363ef554d09a4e91c16da975d6f2);}});}google.maps.event.addDomListener(window, 'load', initialize);