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.6156,-88.4191)};var g_bde7594691fab81bdb19f49360151429 = new google.maps.Geocoder();g_bde7594691fab81bdb19f49360151429.geocode( { 'address': "2012 N Hwy 45 Frontage Rd, Columbus, MS 39705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-quik-cash'), mapOptions);}document.getElementById('75134f21').innerHTML += ' | View Map';var $lbde7594691fab81bdb19f49360151429 = '

Quik Cash

Address: 2012 N Hwy 45 Frontage Rd, Columbus, MS 39705, USA
Phone: (662) 327-7374
';var m_bde7594691fab81bdb19f49360151429 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_bde7594691fab81bdb19f49360151429['infowindow'] = new google.maps.InfoWindow({content: $lbde7594691fab81bdb19f49360151429});var infowindow = new google.maps.InfoWindow({content: $lbde7594691fab81bdb19f49360151429});google.maps.event.addListener(m_bde7594691fab81bdb19f49360151429, 'click', function() {infowindow.open(map,m_bde7594691fab81bdb19f49360151429);});$marker.push(m_bde7594691fab81bdb19f49360151429);}});}google.maps.event.addDomListener(window, 'load', initialize);