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.7809,-91.8966)};var g_bd4a428ea80de252d95c6eaf6bbf5d0a = new google.maps.Geocoder();g_bd4a428ea80de252d95c6eaf6bbf5d0a.geocode( { 'address': "1400 Cooper Lake Rd, Bastrop, LA 71220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bastrop-LA-cash-2-u').style.display = '';map = new google.maps.Map(document.getElementById('bastrop-LA-cash-2-u'), mapOptions);}document.getElementById('64e57875').innerHTML += ' | View Map';var $lbd4a428ea80de252d95c6eaf6bbf5d0a = '

Cash 2 U

Address: 1400 Cooper Lake Rd, Bastrop, LA 71220, USA
Phone: (318) 556-4020
';var m_bd4a428ea80de252d95c6eaf6bbf5d0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash 2 U',});m_bd4a428ea80de252d95c6eaf6bbf5d0a['infowindow'] = new google.maps.InfoWindow({content: $lbd4a428ea80de252d95c6eaf6bbf5d0a});var infowindow = new google.maps.InfoWindow({content: $lbd4a428ea80de252d95c6eaf6bbf5d0a});google.maps.event.addListener(m_bd4a428ea80de252d95c6eaf6bbf5d0a, 'click', function() {infowindow.open(map,m_bd4a428ea80de252d95c6eaf6bbf5d0a);});$marker.push(m_bd4a428ea80de252d95c6eaf6bbf5d0a);}});}google.maps.event.addDomListener(window, 'load', initialize);