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(34.213,-80.2565)};var g_013a5c50e17ab3f5b37a886aa2681108 = new google.maps.Geocoder();g_013a5c50e17ab3f5b37a886aa2681108.geocode( { 'address': "408 S Main St, Bishopville, SC 29010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bishopville-SC-national-check-cashing-co').style.display = '';map = new google.maps.Map(document.getElementById('bishopville-SC-national-check-cashing-co'), mapOptions);}document.getElementById('a8be7ec3').innerHTML += ' | View Map';var $l013a5c50e17ab3f5b37a886aa2681108 = '

National Check Cashing Co

Address: 408 S Main St, Bishopville, SC 29010, USA
Phone: (803) 484-4688
';var m_013a5c50e17ab3f5b37a886aa2681108 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Check Cashing Co',});m_013a5c50e17ab3f5b37a886aa2681108['infowindow'] = new google.maps.InfoWindow({content: $l013a5c50e17ab3f5b37a886aa2681108});var infowindow = new google.maps.InfoWindow({content: $l013a5c50e17ab3f5b37a886aa2681108});google.maps.event.addListener(m_013a5c50e17ab3f5b37a886aa2681108, 'click', function() {infowindow.open(map,m_013a5c50e17ab3f5b37a886aa2681108);});$marker.push(m_013a5c50e17ab3f5b37a886aa2681108);}});}google.maps.event.addDomListener(window, 'load', initialize);