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(32.0817,-92.094)};var g_38a480797f7da96694218ab1879076a7 = new google.maps.Geocoder();g_38a480797f7da96694218ab1879076a7.geocode( { 'address': "7840 US-165, Columbia, LA 71418, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-LA-homeland-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-LA-homeland-federal-savings-bank'), mapOptions);}document.getElementById('2928920d').innerHTML += ' | View Map';var $l38a480797f7da96694218ab1879076a7 = '

Homeland Federal Savings Bank

Address: 7840 US-165, Columbia, LA 71418, USA
Phone: (318) 649-6124
';var m_38a480797f7da96694218ab1879076a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homeland Federal Savings Bank',});m_38a480797f7da96694218ab1879076a7['infowindow'] = new google.maps.InfoWindow({content: $l38a480797f7da96694218ab1879076a7});var infowindow = new google.maps.InfoWindow({content: $l38a480797f7da96694218ab1879076a7});google.maps.event.addListener(m_38a480797f7da96694218ab1879076a7, 'click', function() {infowindow.open(map,m_38a480797f7da96694218ab1879076a7);});$marker.push(m_38a480797f7da96694218ab1879076a7);}});}google.maps.event.addDomListener(window, 'load', initialize);