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.0998,-92.0009)};var g_d42978e200f1862487207115227b5719 = new google.maps.Geocoder();g_d42978e200f1862487207115227b5719.geocode( { 'address': "2821 E Milton Ave, Youngsville, LA 70592"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngsville-LA-community-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('youngsville-LA-community-first-bank'), mapOptions);}document.getElementById('bfc13858').innerHTML += ' | View Map';var $ld42978e200f1862487207115227b5719 = '

Community First Bank

Address: 2821 E Milton Ave, Youngsville, LA 70592
Phone: (337) 856-7866
';var m_d42978e200f1862487207115227b5719 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank',});m_d42978e200f1862487207115227b5719['infowindow'] = new google.maps.InfoWindow({content: $ld42978e200f1862487207115227b5719});var infowindow = new google.maps.InfoWindow({content: $ld42978e200f1862487207115227b5719});google.maps.event.addListener(m_d42978e200f1862487207115227b5719, 'click', function() {infowindow.open(map,m_d42978e200f1862487207115227b5719);});$marker.push(m_d42978e200f1862487207115227b5719);}});}google.maps.event.addDomListener(window, 'load', initialize);