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(29.7099,-90.6051)};var g_4fba9b630769794418924deb853fa95c = new google.maps.Geocoder();g_4fba9b630769794418924deb853fa95c.geocode( { 'address': "4626 Highway 1, Raceland, LA 70394"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raceland-LA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('raceland-LA-community-bank'), mapOptions);}document.getElementById('dd3701e9').innerHTML += ' | View Map';var $l4fba9b630769794418924deb853fa95c = '

Community Bank

Address: 4626 Highway 1, Raceland, LA 70394
Phone: (985) 537-5283
';var m_4fba9b630769794418924deb853fa95c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_4fba9b630769794418924deb853fa95c['infowindow'] = new google.maps.InfoWindow({content: $l4fba9b630769794418924deb853fa95c});var infowindow = new google.maps.InfoWindow({content: $l4fba9b630769794418924deb853fa95c});google.maps.event.addListener(m_4fba9b630769794418924deb853fa95c, 'click', function() {infowindow.open(map,m_4fba9b630769794418924deb853fa95c);});$marker.push(m_4fba9b630769794418924deb853fa95c);}});}google.maps.event.addDomListener(window, 'load', initialize);