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.2961,-76.233)};var g_b478e76e6a84df66dc6e89d7b03ac7dd = new google.maps.Geocoder();g_b478e76e6a84df66dc6e89d7b03ac7dd.geocode( { 'address': "900 W Ehringhaus St # A, Elizabeth City, NC 27909, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabeth-city-NC-friendly-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('elizabeth-city-NC-friendly-check-cashing'), mapOptions);}document.getElementById('f6013f50').innerHTML += ' | View Map';var $lb478e76e6a84df66dc6e89d7b03ac7dd = '

Friendly Check Cashing

Address: 900 W Ehringhaus St # A, Elizabeth City, NC 27909, USA
Phone: (252) 335-5549
';var m_b478e76e6a84df66dc6e89d7b03ac7dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Friendly Check Cashing',});m_b478e76e6a84df66dc6e89d7b03ac7dd['infowindow'] = new google.maps.InfoWindow({content: $lb478e76e6a84df66dc6e89d7b03ac7dd});var infowindow = new google.maps.InfoWindow({content: $lb478e76e6a84df66dc6e89d7b03ac7dd});google.maps.event.addListener(m_b478e76e6a84df66dc6e89d7b03ac7dd, 'click', function() {infowindow.open(map,m_b478e76e6a84df66dc6e89d7b03ac7dd);});$marker.push(m_b478e76e6a84df66dc6e89d7b03ac7dd);}});}google.maps.event.addDomListener(window, 'load', initialize);