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(33.3822,-91.0386)};var g_277bcb3b5a2a16161f9439fbd7dc96b8 = new google.maps.Geocoder();g_277bcb3b5a2a16161f9439fbd7dc96b8.geocode( { 'address': "1452 MS-1, Greenville, MS 38701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-MS-cash-plus').style.display = '';map = new google.maps.Map(document.getElementById('greenville-MS-cash-plus'), mapOptions);}document.getElementById('e6e88260').innerHTML += ' | View Map';var $l277bcb3b5a2a16161f9439fbd7dc96b8 = '

Cash Plus

Address: 1452 MS-1, Greenville, MS 38701, USA
Phone: (662) 332-2407
';var m_277bcb3b5a2a16161f9439fbd7dc96b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Plus',});m_277bcb3b5a2a16161f9439fbd7dc96b8['infowindow'] = new google.maps.InfoWindow({content: $l277bcb3b5a2a16161f9439fbd7dc96b8});var infowindow = new google.maps.InfoWindow({content: $l277bcb3b5a2a16161f9439fbd7dc96b8});google.maps.event.addListener(m_277bcb3b5a2a16161f9439fbd7dc96b8, 'click', function() {infowindow.open(map,m_277bcb3b5a2a16161f9439fbd7dc96b8);});$marker.push(m_277bcb3b5a2a16161f9439fbd7dc96b8);}});}google.maps.event.addDomListener(window, 'load', initialize);