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.584,-91.1681)};var g_5951577169c158f8f40a9fed2df41afe = new google.maps.Geocoder();g_5951577169c158f8f40a9fed2df41afe.geocode( { 'address': "830 Main St, Baker, LA 70714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baker-LA-cash-in-a-flash').style.display = '';map = new google.maps.Map(document.getElementById('baker-LA-cash-in-a-flash'), mapOptions);}document.getElementById('060b351a').innerHTML += ' | View Map';var $l5951577169c158f8f40a9fed2df41afe = '

Cash In A Flash

Address: 830 Main St, Baker, LA 70714, USA
Phone: (225) 775-5757
';var m_5951577169c158f8f40a9fed2df41afe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash In A Flash',});m_5951577169c158f8f40a9fed2df41afe['infowindow'] = new google.maps.InfoWindow({content: $l5951577169c158f8f40a9fed2df41afe});var infowindow = new google.maps.InfoWindow({content: $l5951577169c158f8f40a9fed2df41afe});google.maps.event.addListener(m_5951577169c158f8f40a9fed2df41afe, 'click', function() {infowindow.open(map,m_5951577169c158f8f40a9fed2df41afe);});$marker.push(m_5951577169c158f8f40a9fed2df41afe);}});}google.maps.event.addDomListener(window, 'load', initialize);