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.7801,-91.9033)};var g_ad45c3b68f99b813939aa7b76041291d = new google.maps.Geocoder();g_ad45c3b68f99b813939aa7b76041291d.geocode( { 'address': "941 E Madison Ave, Bastrop, LA 71220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bastrop-LA-union-credit').style.display = '';map = new google.maps.Map(document.getElementById('bastrop-LA-union-credit'), mapOptions);}document.getElementById('31d12c84').innerHTML += ' | View Map';var $lad45c3b68f99b813939aa7b76041291d = '

Union Credit

Address: 941 E Madison Ave, Bastrop, LA 71220, USA
Phone: (318) 281-1800
';var m_ad45c3b68f99b813939aa7b76041291d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Credit',});m_ad45c3b68f99b813939aa7b76041291d['infowindow'] = new google.maps.InfoWindow({content: $lad45c3b68f99b813939aa7b76041291d});var infowindow = new google.maps.InfoWindow({content: $lad45c3b68f99b813939aa7b76041291d});google.maps.event.addListener(m_ad45c3b68f99b813939aa7b76041291d, 'click', function() {infowindow.open(map,m_ad45c3b68f99b813939aa7b76041291d);});$marker.push(m_ad45c3b68f99b813939aa7b76041291d);}});}google.maps.event.addDomListener(window, 'load', initialize);