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.198,-93.1964)};var g_e84c15a11fddda1d6c51d1654c2c6a30 = new google.maps.Geocoder();g_e84c15a11fddda1d6c51d1654c2c6a30.geocode( { 'address': "1700 E Prien Lake Rd #2b, Lake Charles, LA 70601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-charles-LA-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('lake-charles-LA-republic-finance'), mapOptions);}document.getElementById('e80fa569').innerHTML += ' | View Map';var $le84c15a11fddda1d6c51d1654c2c6a30 = '

Republic Finance

Address: 1700 E Prien Lake Rd #2b, Lake Charles, LA 70601, USA
Phone: (337) 474-5200
';var m_e84c15a11fddda1d6c51d1654c2c6a30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_e84c15a11fddda1d6c51d1654c2c6a30['infowindow'] = new google.maps.InfoWindow({content: $le84c15a11fddda1d6c51d1654c2c6a30});var infowindow = new google.maps.InfoWindow({content: $le84c15a11fddda1d6c51d1654c2c6a30});google.maps.event.addListener(m_e84c15a11fddda1d6c51d1654c2c6a30, 'click', function() {infowindow.open(map,m_e84c15a11fddda1d6c51d1654c2c6a30);});$marker.push(m_e84c15a11fddda1d6c51d1654c2c6a30);}});}google.maps.event.addDomListener(window, 'load', initialize);