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(31.3044,-92.4576)};var g_e1bfa202afcb4de35b9571224a609c46 = new google.maps.Geocoder();g_e1bfa202afcb4de35b9571224a609c46.geocode( { 'address': "1785 Elliott St # A, Alexandria, LA 71301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-LA-liberty-loans').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-LA-liberty-loans'), mapOptions);}document.getElementById('87e06b2a').innerHTML += ' | View Map';var $le1bfa202afcb4de35b9571224a609c46 = '

Liberty Loans

Address: 1785 Elliott St # A, Alexandria, LA 71301, USA
Phone: (318) 442-2094
';var m_e1bfa202afcb4de35b9571224a609c46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Loans',});m_e1bfa202afcb4de35b9571224a609c46['infowindow'] = new google.maps.InfoWindow({content: $le1bfa202afcb4de35b9571224a609c46});var infowindow = new google.maps.InfoWindow({content: $le1bfa202afcb4de35b9571224a609c46});google.maps.event.addListener(m_e1bfa202afcb4de35b9571224a609c46, 'click', function() {infowindow.open(map,m_e1bfa202afcb4de35b9571224a609c46);});$marker.push(m_e1bfa202afcb4de35b9571224a609c46);}});}google.maps.event.addDomListener(window, 'load', initialize);