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(36.9624,-86.464)};var g_a1077c70ba11e05a98e6a1e0d6a23f00 = new google.maps.Geocoder();g_a1077c70ba11e05a98e6a1e0d6a23f00.geocode( { 'address': "760 Campbell Ln #104, Bowling Green, KY 42104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-KY-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-KY-quik-cash'), mapOptions);}document.getElementById('38930183').innerHTML += ' | View Map';var $la1077c70ba11e05a98e6a1e0d6a23f00 = '

Quik Cash

Address: 760 Campbell Ln #104, Bowling Green, KY 42104, USA
Phone: (270) 846-1730
';var m_a1077c70ba11e05a98e6a1e0d6a23f00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_a1077c70ba11e05a98e6a1e0d6a23f00['infowindow'] = new google.maps.InfoWindow({content: $la1077c70ba11e05a98e6a1e0d6a23f00});var infowindow = new google.maps.InfoWindow({content: $la1077c70ba11e05a98e6a1e0d6a23f00});google.maps.event.addListener(m_a1077c70ba11e05a98e6a1e0d6a23f00, 'click', function() {infowindow.open(map,m_a1077c70ba11e05a98e6a1e0d6a23f00);});$marker.push(m_a1077c70ba11e05a98e6a1e0d6a23f00);}});}google.maps.event.addDomListener(window, 'load', initialize);