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.5132,-93.6935)};var g_351aa36ba068c425b5b8051870118eb5 = new google.maps.Geocoder();g_351aa36ba068c425b5b8051870118eb5.geocode( { 'address': "1444 Airline Dr, Bossier City, LA 71112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bossier-city-LA-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('bossier-city-LA-quik-cash'), mapOptions);}document.getElementById('9ff965b6').innerHTML += ' | View Map';var $l351aa36ba068c425b5b8051870118eb5 = '

Quik Cash

Address: 1444 Airline Dr, Bossier City, LA 71112, USA
Phone: (318) 741-1117
';var m_351aa36ba068c425b5b8051870118eb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_351aa36ba068c425b5b8051870118eb5['infowindow'] = new google.maps.InfoWindow({content: $l351aa36ba068c425b5b8051870118eb5});var infowindow = new google.maps.InfoWindow({content: $l351aa36ba068c425b5b8051870118eb5});google.maps.event.addListener(m_351aa36ba068c425b5b8051870118eb5, 'click', function() {infowindow.open(map,m_351aa36ba068c425b5b8051870118eb5);});$marker.push(m_351aa36ba068c425b5b8051870118eb5);}});}google.maps.event.addDomListener(window, 'load', initialize);