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(30.5094,-91.1464)};var g_4140fe6a9358de3c9d660225c4c2fcb4 = new google.maps.Geocoder();g_4140fe6a9358de3c9d660225c4c2fcb4.geocode( { 'address': "4327 Airline Hwy, Baton Rouge, LA 70805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-quick-cah').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-quick-cah'), mapOptions);}document.getElementById('d684ae81').innerHTML += ' | View Map';var $l4140fe6a9358de3c9d660225c4c2fcb4 = '

Quick Ca$h

Address: 4327 Airline Hwy, Baton Rouge, LA 70805, USA
Phone: (225) 356-8222
';var m_4140fe6a9358de3c9d660225c4c2fcb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Ca$h',});m_4140fe6a9358de3c9d660225c4c2fcb4['infowindow'] = new google.maps.InfoWindow({content: $l4140fe6a9358de3c9d660225c4c2fcb4});var infowindow = new google.maps.InfoWindow({content: $l4140fe6a9358de3c9d660225c4c2fcb4});google.maps.event.addListener(m_4140fe6a9358de3c9d660225c4c2fcb4, 'click', function() {infowindow.open(map,m_4140fe6a9358de3c9d660225c4c2fcb4);});$marker.push(m_4140fe6a9358de3c9d660225c4c2fcb4);}});}google.maps.event.addDomListener(window, 'load', initialize);