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.2704,-92.4626)};var g_88447d3a2c4e50237d32431a087518dd = new google.maps.Geocoder();g_88447d3a2c4e50237d32431a087518dd.geocode( { 'address': "2410 S MacArthur Dr, Alexandria, LA 71301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-LA-south-circle-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-LA-south-circle-jewelry--loan'), mapOptions);}document.getElementById('ea896568').innerHTML += ' | View Map';var $l88447d3a2c4e50237d32431a087518dd = '

South Circle Jewelry & Loan

Address: 2410 S MacArthur Dr, Alexandria, LA 71301, USA
Phone: (318) 443-5838
';var m_88447d3a2c4e50237d32431a087518dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Circle Jewelry & Loan',});m_88447d3a2c4e50237d32431a087518dd['infowindow'] = new google.maps.InfoWindow({content: $l88447d3a2c4e50237d32431a087518dd});var infowindow = new google.maps.InfoWindow({content: $l88447d3a2c4e50237d32431a087518dd});google.maps.event.addListener(m_88447d3a2c4e50237d32431a087518dd, 'click', function() {infowindow.open(map,m_88447d3a2c4e50237d32431a087518dd);});$marker.push(m_88447d3a2c4e50237d32431a087518dd);}});}google.maps.event.addDomListener(window, 'load', initialize);