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.088,-79.4304)};var g_3fe4f0e425b329bd5686fe059fd50b67 = new google.maps.Geocoder();g_3fe4f0e425b329bd5686fe059fd50b67.geocode( { 'address': "653 E Webb Ave, Burlington, NC 27217, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-NC-friendly-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('burlington-NC-friendly-check-cashing'), mapOptions);}document.getElementById('1243e194').innerHTML += ' | View Map';var $l3fe4f0e425b329bd5686fe059fd50b67 = '

Friendly Check Cashing

Address: 653 E Webb Ave, Burlington, NC 27217, USA
Phone: (336) 229-6100
';var m_3fe4f0e425b329bd5686fe059fd50b67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Friendly Check Cashing',});m_3fe4f0e425b329bd5686fe059fd50b67['infowindow'] = new google.maps.InfoWindow({content: $l3fe4f0e425b329bd5686fe059fd50b67});var infowindow = new google.maps.InfoWindow({content: $l3fe4f0e425b329bd5686fe059fd50b67});google.maps.event.addListener(m_3fe4f0e425b329bd5686fe059fd50b67, 'click', function() {infowindow.open(map,m_3fe4f0e425b329bd5686fe059fd50b67);});$marker.push(m_3fe4f0e425b329bd5686fe059fd50b67);}});}google.maps.event.addDomListener(window, 'load', initialize);