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.0725,-74.8516)};var g_802a30d872caf09737f08c804db054ee = new google.maps.Geocoder();g_802a30d872caf09737f08c804db054ee.geocode( { 'address': "240 US-130, Burlington, NJ 08016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-NJ-a1-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('burlington-NJ-a1-check-cashing'), mapOptions);}document.getElementById('89d28af1').innerHTML += ' | View Map';var $l802a30d872caf09737f08c804db054ee = '

A1 Check Cashing

Address: 240 US-130, Burlington, NJ 08016, USA
Phone: (609) 386-2274
';var m_802a30d872caf09737f08c804db054ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A1 Check Cashing',});m_802a30d872caf09737f08c804db054ee['infowindow'] = new google.maps.InfoWindow({content: $l802a30d872caf09737f08c804db054ee});var infowindow = new google.maps.InfoWindow({content: $l802a30d872caf09737f08c804db054ee});google.maps.event.addListener(m_802a30d872caf09737f08c804db054ee, 'click', function() {infowindow.open(map,m_802a30d872caf09737f08c804db054ee);});$marker.push(m_802a30d872caf09737f08c804db054ee);}});}google.maps.event.addDomListener(window, 'load', initialize);