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.563,-77.0625)};var g_87a6934815f235c3abb8143b94370d0b = new google.maps.Geocoder();g_87a6934815f235c3abb8143b94370d0b.geocode( { 'address': "1308 W 15th St, Washington, NC 27889, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-NC-friendly-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('washington-NC-friendly-check-cashing'), mapOptions);}document.getElementById('7266fba9').innerHTML += ' | View Map';var $l87a6934815f235c3abb8143b94370d0b = '

Friendly Check Cashing

Address: 1308 W 15th St, Washington, NC 27889, USA
Phone: (252) 946-5707
';var m_87a6934815f235c3abb8143b94370d0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Friendly Check Cashing',});m_87a6934815f235c3abb8143b94370d0b['infowindow'] = new google.maps.InfoWindow({content: $l87a6934815f235c3abb8143b94370d0b});var infowindow = new google.maps.InfoWindow({content: $l87a6934815f235c3abb8143b94370d0b});google.maps.event.addListener(m_87a6934815f235c3abb8143b94370d0b, 'click', function() {infowindow.open(map,m_87a6934815f235c3abb8143b94370d0b);});$marker.push(m_87a6934815f235c3abb8143b94370d0b);}});}google.maps.event.addDomListener(window, 'load', initialize);