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.1597,-90.7984)};var g_06740e7431c60c02a3f5c47e48ce5e44 = new google.maps.Geocoder();g_06740e7431c60c02a3f5c47e48ce5e44.geocode( { 'address': "958 E Main St, Liberty, MS 39645, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberty-MS-zippy-cash').style.display = '';map = new google.maps.Map(document.getElementById('liberty-MS-zippy-cash'), mapOptions);}document.getElementById('cd53ecee').innerHTML += ' | View Map';var $l06740e7431c60c02a3f5c47e48ce5e44 = '

Zippy Cash

Address: 958 E Main St, Liberty, MS 39645, USA
Phone: (601) 657-8024
';var m_06740e7431c60c02a3f5c47e48ce5e44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zippy Cash',});m_06740e7431c60c02a3f5c47e48ce5e44['infowindow'] = new google.maps.InfoWindow({content: $l06740e7431c60c02a3f5c47e48ce5e44});var infowindow = new google.maps.InfoWindow({content: $l06740e7431c60c02a3f5c47e48ce5e44});google.maps.event.addListener(m_06740e7431c60c02a3f5c47e48ce5e44, 'click', function() {infowindow.open(map,m_06740e7431c60c02a3f5c47e48ce5e44);});$marker.push(m_06740e7431c60c02a3f5c47e48ce5e44);}});}google.maps.event.addDomListener(window, 'load', initialize);