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.2528,-89.7865)};var g_d23a5efe0c79a92ea18ee9145fabd92c = new google.maps.Geocoder();g_d23a5efe0c79a92ea18ee9145fabd92c.geocode( { 'address': "919 Old Hwy 98 E, Columbia, MS 39429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MS-ez-cashcash-cow').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MS-ez-cashcash-cow'), mapOptions);}document.getElementById('97ad49b2').innerHTML += ' | View Map';var $ld23a5efe0c79a92ea18ee9145fabd92c = '

EZ Cash/Cash Cow

Address: 919 Old Hwy 98 E, Columbia, MS 39429, USA
Phone: (601) 731-9703
';var m_d23a5efe0c79a92ea18ee9145fabd92c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Cash/Cash Cow',});m_d23a5efe0c79a92ea18ee9145fabd92c['infowindow'] = new google.maps.InfoWindow({content: $ld23a5efe0c79a92ea18ee9145fabd92c});var infowindow = new google.maps.InfoWindow({content: $ld23a5efe0c79a92ea18ee9145fabd92c});google.maps.event.addListener(m_d23a5efe0c79a92ea18ee9145fabd92c, 'click', function() {infowindow.open(map,m_d23a5efe0c79a92ea18ee9145fabd92c);});$marker.push(m_d23a5efe0c79a92ea18ee9145fabd92c);}});}google.maps.event.addDomListener(window, 'load', initialize);