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.2762,-92.4802)};var g_fb0dddd3d5e708da9d986a6508e38fe4 = new google.maps.Geocoder();g_fb0dddd3d5e708da9d986a6508e38fe4.geocode( { 'address': "1323 Peterman Dr, Alexandria, LA 71301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-LA-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-LA-republic-finance'), mapOptions);}document.getElementById('806ad6c0').innerHTML += ' | View Map';var $lfb0dddd3d5e708da9d986a6508e38fe4 = '

Republic Finance

Address: 1323 Peterman Dr, Alexandria, LA 71301, USA
Phone: (318) 442-2201
';var m_fb0dddd3d5e708da9d986a6508e38fe4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_fb0dddd3d5e708da9d986a6508e38fe4['infowindow'] = new google.maps.InfoWindow({content: $lfb0dddd3d5e708da9d986a6508e38fe4});var infowindow = new google.maps.InfoWindow({content: $lfb0dddd3d5e708da9d986a6508e38fe4});google.maps.event.addListener(m_fb0dddd3d5e708da9d986a6508e38fe4, 'click', function() {infowindow.open(map,m_fb0dddd3d5e708da9d986a6508e38fe4);});$marker.push(m_fb0dddd3d5e708da9d986a6508e38fe4);}});}google.maps.event.addDomListener(window, 'load', initialize);