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(30.5262,-90.9566)};var g_6b267616b6b66b79fa800c6c4a747f64 = new google.maps.Geocoder();g_6b267616b6b66b79fa800c6c4a747f64.geocode( { 'address': "31575 LA-16, Denham Springs, LA 70726, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denham-springs-LA-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('denham-springs-LA-republic-finance'), mapOptions);}document.getElementById('a9850e7f').innerHTML += ' | View Map';var $l6b267616b6b66b79fa800c6c4a747f64 = '

Republic Finance

Address: 31575 LA-16, Denham Springs, LA 70726, USA
Phone: (225) 665-3777
';var m_6b267616b6b66b79fa800c6c4a747f64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_6b267616b6b66b79fa800c6c4a747f64['infowindow'] = new google.maps.InfoWindow({content: $l6b267616b6b66b79fa800c6c4a747f64});var infowindow = new google.maps.InfoWindow({content: $l6b267616b6b66b79fa800c6c4a747f64});google.maps.event.addListener(m_6b267616b6b66b79fa800c6c4a747f64, 'click', function() {infowindow.open(map,m_6b267616b6b66b79fa800c6c4a747f64);});$marker.push(m_6b267616b6b66b79fa800c6c4a747f64);}});}google.maps.event.addDomListener(window, 'load', initialize);