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.4577,-90.1145)};var g_129a93bdbc3adcafe34141e16022a6fd = new google.maps.Geocoder();g_129a93bdbc3adcafe34141e16022a6fd.geocode( { 'address': "1675 N Highway 190, Covington, LA 70433"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-LA-business-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('covington-LA-business-first-bank'), mapOptions);}document.getElementById('ecb3fafc').innerHTML += ' | View Map';var $l129a93bdbc3adcafe34141e16022a6fd = '

Business First Bank

Address: 1675 N Highway 190, Covington, LA 70433
Phone: (504) 821-7450
';var m_129a93bdbc3adcafe34141e16022a6fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Business First Bank',});m_129a93bdbc3adcafe34141e16022a6fd['infowindow'] = new google.maps.InfoWindow({content: $l129a93bdbc3adcafe34141e16022a6fd});var infowindow = new google.maps.InfoWindow({content: $l129a93bdbc3adcafe34141e16022a6fd});google.maps.event.addListener(m_129a93bdbc3adcafe34141e16022a6fd, 'click', function() {infowindow.open(map,m_129a93bdbc3adcafe34141e16022a6fd);});$marker.push(m_129a93bdbc3adcafe34141e16022a6fd);}});}google.maps.event.addDomListener(window, 'load', initialize);