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(32.0022,-90.3592)};var g_a21e22050c394cde4cec3fe48018254b = new google.maps.Geocoder();g_a21e22050c394cde4cec3fe48018254b.geocode( { 'address': "25063 US-51, Crystal Springs, MS 39059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-springs-MS-zippy-cash').style.display = '';map = new google.maps.Map(document.getElementById('crystal-springs-MS-zippy-cash'), mapOptions);}document.getElementById('ee549328').innerHTML += ' | View Map';var $la21e22050c394cde4cec3fe48018254b = '

Zippy Cash

Address: 25063 US-51, Crystal Springs, MS 39059, USA
Phone: (601) 892-7712
';var m_a21e22050c394cde4cec3fe48018254b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zippy Cash',});m_a21e22050c394cde4cec3fe48018254b['infowindow'] = new google.maps.InfoWindow({content: $la21e22050c394cde4cec3fe48018254b});var infowindow = new google.maps.InfoWindow({content: $la21e22050c394cde4cec3fe48018254b});google.maps.event.addListener(m_a21e22050c394cde4cec3fe48018254b, 'click', function() {infowindow.open(map,m_a21e22050c394cde4cec3fe48018254b);});$marker.push(m_a21e22050c394cde4cec3fe48018254b);}});}google.maps.event.addDomListener(window, 'load', initialize);