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(31.6514,-91.8267)};var g_bd8af78a63f6fee6292cc0d34960e53d = new google.maps.Geocoder();g_bd8af78a63f6fee6292cc0d34960e53d.geocode( { 'address': "1451 Fourth St, Jonesville, LA 71343"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jonesville-LA-catahoula-la-salle-bank').style.display = '';map = new google.maps.Map(document.getElementById('jonesville-LA-catahoula-la-salle-bank'), mapOptions);}document.getElementById('a36c8f03').innerHTML += ' | View Map';var $lbd8af78a63f6fee6292cc0d34960e53d = '

Catahoula-La Salle Bank

Address: 1451 Fourth St, Jonesville, LA 71343
Phone: (318) 339-8571
';var m_bd8af78a63f6fee6292cc0d34960e53d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Catahoula-La Salle Bank',});m_bd8af78a63f6fee6292cc0d34960e53d['infowindow'] = new google.maps.InfoWindow({content: $lbd8af78a63f6fee6292cc0d34960e53d});var infowindow = new google.maps.InfoWindow({content: $lbd8af78a63f6fee6292cc0d34960e53d});google.maps.event.addListener(m_bd8af78a63f6fee6292cc0d34960e53d, 'click', function() {infowindow.open(map,m_bd8af78a63f6fee6292cc0d34960e53d);});$marker.push(m_bd8af78a63f6fee6292cc0d34960e53d);}});}google.maps.event.addDomListener(window, 'load', initialize);