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.5995,-89.8661)};var g_e536232c6df6774738d86c093edb328f = new google.maps.Geocoder();g_e536232c6df6774738d86c093edb328f.geocode( { 'address': "Prentiss, MS 39474, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prentiss-MS-community-cash-inc').style.display = '';map = new google.maps.Map(document.getElementById('prentiss-MS-community-cash-inc'), mapOptions);}document.getElementById('d8967d15').innerHTML += ' | View Map';var $le536232c6df6774738d86c093edb328f = '

Community Cash Inc

Address: Prentiss, MS 39474, USA
Phone: (601) 792-4080
';var m_e536232c6df6774738d86c093edb328f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Cash Inc',});m_e536232c6df6774738d86c093edb328f['infowindow'] = new google.maps.InfoWindow({content: $le536232c6df6774738d86c093edb328f});var infowindow = new google.maps.InfoWindow({content: $le536232c6df6774738d86c093edb328f});google.maps.event.addListener(m_e536232c6df6774738d86c093edb328f, 'click', function() {infowindow.open(map,m_e536232c6df6774738d86c093edb328f);});$marker.push(m_e536232c6df6774738d86c093edb328f);}});}google.maps.event.addDomListener(window, 'load', initialize);