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.523,-90.204)};var g_70c79fc58b2c3e2785355b37573f2f56 = new google.maps.Geocoder();g_70c79fc58b2c3e2785355b37573f2f56.geocode( { 'address': "919 US-82, Greenwood, MS 38930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-MS-cash-plus-title-plus').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-MS-cash-plus-title-plus'), mapOptions);}document.getElementById('d09b4078').innerHTML += ' | View Map';var $l70c79fc58b2c3e2785355b37573f2f56 = '

Cash Plus Title Plus

Address: 919 US-82, Greenwood, MS 38930, USA
Phone: (662) 453-8001
';var m_70c79fc58b2c3e2785355b37573f2f56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Plus Title Plus',});m_70c79fc58b2c3e2785355b37573f2f56['infowindow'] = new google.maps.InfoWindow({content: $l70c79fc58b2c3e2785355b37573f2f56});var infowindow = new google.maps.InfoWindow({content: $l70c79fc58b2c3e2785355b37573f2f56});google.maps.event.addListener(m_70c79fc58b2c3e2785355b37573f2f56, 'click', function() {infowindow.open(map,m_70c79fc58b2c3e2785355b37573f2f56);});$marker.push(m_70c79fc58b2c3e2785355b37573f2f56);}});}google.maps.event.addDomListener(window, 'load', initialize);