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(36.0341,-78.892)};var g_b11b05b7744c7335e752366d1dcd71c8 = new google.maps.Geocoder();g_b11b05b7744c7335e752366d1dcd71c8.geocode( { 'address': "3341 N Roxboro St, Durham, NC 27704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NC-a-1-check-cashing-inc').style.display = '';map = new google.maps.Map(document.getElementById('durham-NC-a-1-check-cashing-inc'), mapOptions);}document.getElementById('852251a1').innerHTML += ' | View Map';var $lb11b05b7744c7335e752366d1dcd71c8 = '

A-1 Check Cashing Inc

Address: 3341 N Roxboro St, Durham, NC 27704, USA
Phone:
';var m_b11b05b7744c7335e752366d1dcd71c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A-1 Check Cashing Inc',});m_b11b05b7744c7335e752366d1dcd71c8['infowindow'] = new google.maps.InfoWindow({content: $lb11b05b7744c7335e752366d1dcd71c8});var infowindow = new google.maps.InfoWindow({content: $lb11b05b7744c7335e752366d1dcd71c8});google.maps.event.addListener(m_b11b05b7744c7335e752366d1dcd71c8, 'click', function() {infowindow.open(map,m_b11b05b7744c7335e752366d1dcd71c8);});$marker.push(m_b11b05b7744c7335e752366d1dcd71c8);}});}google.maps.event.addDomListener(window, 'load', initialize);