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.6707,-80.4594)};var g_c9c4418a33e02b18dcabb6ed6ae26319 = new google.maps.Geocoder();g_c9c4418a33e02b18dcabb6ed6ae26319.geocode( { 'address': "802 N Long St, Salisbury, NC 28144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-a-friend-indeed-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-a-friend-indeed-check-cashing'), mapOptions);}document.getElementById('9eeb9556').innerHTML += ' | View Map';var $lc9c4418a33e02b18dcabb6ed6ae26319 = '

A Friend Indeed Check Cashing

Address: 802 N Long St, Salisbury, NC 28144, USA
Phone: (704) 639-9911
';var m_c9c4418a33e02b18dcabb6ed6ae26319 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Friend Indeed Check Cashing',});m_c9c4418a33e02b18dcabb6ed6ae26319['infowindow'] = new google.maps.InfoWindow({content: $lc9c4418a33e02b18dcabb6ed6ae26319});var infowindow = new google.maps.InfoWindow({content: $lc9c4418a33e02b18dcabb6ed6ae26319});google.maps.event.addListener(m_c9c4418a33e02b18dcabb6ed6ae26319, 'click', function() {infowindow.open(map,m_c9c4418a33e02b18dcabb6ed6ae26319);});$marker.push(m_c9c4418a33e02b18dcabb6ed6ae26319);}});}google.maps.event.addDomListener(window, 'load', initialize);