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.2282,-93.1945)};var g_02be845a15ff79338f340d49a0e71f1e = new google.maps.Geocoder();g_02be845a15ff79338f340d49a0e71f1e.geocode( { 'address': "1741 N Highway 171, Lake Charles, LA 70611"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-charles-LA-city-savings-bank-trust-co-moss-bluff-branch').style.display = '';map = new google.maps.Map(document.getElementById('lake-charles-LA-city-savings-bank-trust-co-moss-bluff-branch'), mapOptions);}document.getElementById('5ce4f6ce').innerHTML += ' | View Map';var $l02be845a15ff79338f340d49a0e71f1e = '

City Savings Bank & Trust Co Moss Bluff Branch

Address: 1741 N Highway 171, Lake Charles, LA 70611
Phone: (337) 217-1928
';var m_02be845a15ff79338f340d49a0e71f1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Savings Bank & Trust Co Moss Bluff Branch',});m_02be845a15ff79338f340d49a0e71f1e['infowindow'] = new google.maps.InfoWindow({content: $l02be845a15ff79338f340d49a0e71f1e});var infowindow = new google.maps.InfoWindow({content: $l02be845a15ff79338f340d49a0e71f1e});google.maps.event.addListener(m_02be845a15ff79338f340d49a0e71f1e, 'click', function() {infowindow.open(map,m_02be845a15ff79338f340d49a0e71f1e);});$marker.push(m_02be845a15ff79338f340d49a0e71f1e);}});}google.maps.event.addDomListener(window, 'load', initialize);