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(30.8247,-89.5217)};var g_226b4ed4529ba88a08881b92e6e3775b = new google.maps.Geocoder();g_226b4ed4529ba88a08881b92e6e3775b.geocode( { 'address': "1624 S Main St, Poplarville, MS 39470, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poplarville-MS-poplarville-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('poplarville-MS-poplarville-check-cashing'), mapOptions);}document.getElementById('71243eed').innerHTML += ' | View Map';var $l226b4ed4529ba88a08881b92e6e3775b = '

Poplarville Check Cashing

Address: 1624 S Main St, Poplarville, MS 39470, USA
Phone: (601) 795-4599
';var m_226b4ed4529ba88a08881b92e6e3775b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Poplarville Check Cashing',});m_226b4ed4529ba88a08881b92e6e3775b['infowindow'] = new google.maps.InfoWindow({content: $l226b4ed4529ba88a08881b92e6e3775b});var infowindow = new google.maps.InfoWindow({content: $l226b4ed4529ba88a08881b92e6e3775b});google.maps.event.addListener(m_226b4ed4529ba88a08881b92e6e3775b, 'click', function() {infowindow.open(map,m_226b4ed4529ba88a08881b92e6e3775b);});$marker.push(m_226b4ed4529ba88a08881b92e6e3775b);}});}google.maps.event.addDomListener(window, 'load', initialize);