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(35.9708,-77.9714)};var g_dce53369b4ed6fc5508ae21a236be2cb = new google.maps.Geocoder();g_dce53369b4ed6fc5508ae21a236be2cb.geocode( { 'address': "510 S Barnes St, Nashville, NC 27856, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashville-NC-friendly-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('nashville-NC-friendly-check-cashing'), mapOptions);}document.getElementById('7634f68b').innerHTML += ' | View Map';var $ldce53369b4ed6fc5508ae21a236be2cb = '

Friendly Check Cashing

Address: 510 S Barnes St, Nashville, NC 27856, USA
Phone: (252) 459-2305
';var m_dce53369b4ed6fc5508ae21a236be2cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Friendly Check Cashing',});m_dce53369b4ed6fc5508ae21a236be2cb['infowindow'] = new google.maps.InfoWindow({content: $ldce53369b4ed6fc5508ae21a236be2cb});var infowindow = new google.maps.InfoWindow({content: $ldce53369b4ed6fc5508ae21a236be2cb});google.maps.event.addListener(m_dce53369b4ed6fc5508ae21a236be2cb, 'click', function() {infowindow.open(map,m_dce53369b4ed6fc5508ae21a236be2cb);});$marker.push(m_dce53369b4ed6fc5508ae21a236be2cb);}});}google.maps.event.addDomListener(window, 'load', initialize);