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.0482,-74.8781)};var g_106dcf42d88466444a4f5c6455c4d2ee = new google.maps.Geocoder();g_106dcf42d88466444a4f5c6455c4d2ee.geocode( { 'address': "1105 Sunset Rd, Burlington, NJ 08016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-NJ-united-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('burlington-NJ-united-check-cashing'), mapOptions);}document.getElementById('c2c26b48').innerHTML += ' | View Map';var $l106dcf42d88466444a4f5c6455c4d2ee = '

United Check Cashing

Address: 1105 Sunset Rd, Burlington, NJ 08016, USA
Phone: (609) 239-9101
';var m_106dcf42d88466444a4f5c6455c4d2ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Check Cashing',});m_106dcf42d88466444a4f5c6455c4d2ee['infowindow'] = new google.maps.InfoWindow({content: $l106dcf42d88466444a4f5c6455c4d2ee});var infowindow = new google.maps.InfoWindow({content: $l106dcf42d88466444a4f5c6455c4d2ee});google.maps.event.addListener(m_106dcf42d88466444a4f5c6455c4d2ee, 'click', function() {infowindow.open(map,m_106dcf42d88466444a4f5c6455c4d2ee);});$marker.push(m_106dcf42d88466444a4f5c6455c4d2ee);}});}google.maps.event.addDomListener(window, 'load', initialize);