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.879,-76.9013)};var g_54c7e946226655a771d153c609410e11 = new google.maps.Geocoder();g_54c7e946226655a771d153c609410e11.geocode( { 'address': "Slocum Village Shp Ctr, Havelock, NC 28532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('havelock-NC-express-check-cashing-center').style.display = '';map = new google.maps.Map(document.getElementById('havelock-NC-express-check-cashing-center'), mapOptions);}document.getElementById('f5a69e4d').innerHTML += ' | View Map';var $l54c7e946226655a771d153c609410e11 = '

Express Check Cashing Center

Address: Slocum Village Shp Ctr, Havelock, NC 28532, USA
Phone: (252) 447-2292
';var m_54c7e946226655a771d153c609410e11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express Check Cashing Center',});m_54c7e946226655a771d153c609410e11['infowindow'] = new google.maps.InfoWindow({content: $l54c7e946226655a771d153c609410e11});var infowindow = new google.maps.InfoWindow({content: $l54c7e946226655a771d153c609410e11});google.maps.event.addListener(m_54c7e946226655a771d153c609410e11, 'click', function() {infowindow.open(map,m_54c7e946226655a771d153c609410e11);});$marker.push(m_54c7e946226655a771d153c609410e11);}});}google.maps.event.addDomListener(window, 'load', initialize);