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(31.3251,-89.341)};var g_983c25c7ee9644953077c7f3cb15a8db = new google.maps.Geocoder();g_983c25c7ee9644953077c7f3cb15a8db.geocode( { 'address': "3401 Hardy St, Hattiesburg, MS 39401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hattiesburg-MS-ez-cashcash-cow').style.display = '';map = new google.maps.Map(document.getElementById('hattiesburg-MS-ez-cashcash-cow'), mapOptions);}document.getElementById('a18c86c4').innerHTML += ' | View Map';var $l983c25c7ee9644953077c7f3cb15a8db = '

EZ Cash/Cash Cow

Address: 3401 Hardy St, Hattiesburg, MS 39401, USA
Phone: (601) 264-2522
';var m_983c25c7ee9644953077c7f3cb15a8db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Cash/Cash Cow',});m_983c25c7ee9644953077c7f3cb15a8db['infowindow'] = new google.maps.InfoWindow({content: $l983c25c7ee9644953077c7f3cb15a8db});var infowindow = new google.maps.InfoWindow({content: $l983c25c7ee9644953077c7f3cb15a8db});google.maps.event.addListener(m_983c25c7ee9644953077c7f3cb15a8db, 'click', function() {infowindow.open(map,m_983c25c7ee9644953077c7f3cb15a8db);});$marker.push(m_983c25c7ee9644953077c7f3cb15a8db);}});}google.maps.event.addDomListener(window, 'load', initialize);