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_d53a683ae5daa34edb84c7607c92d6a1 = new google.maps.Geocoder();g_d53a683ae5daa34edb84c7607c92d6a1.geocode( { 'address': "1201 Fourth St, Jonesville, LA 71343"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jonesville-LA-shb-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('jonesville-LA-shb-bancorp-inc'), mapOptions);}document.getElementById('9af3a61f').innerHTML += ' | View Map';var $ld53a683ae5daa34edb84c7607c92d6a1 = '

SHB Bancorp Inc

Address: 1201 Fourth St, Jonesville, LA 71343
Phone: (318) 339-8505
';var m_d53a683ae5daa34edb84c7607c92d6a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SHB Bancorp Inc',});m_d53a683ae5daa34edb84c7607c92d6a1['infowindow'] = new google.maps.InfoWindow({content: $ld53a683ae5daa34edb84c7607c92d6a1});var infowindow = new google.maps.InfoWindow({content: $ld53a683ae5daa34edb84c7607c92d6a1});google.maps.event.addListener(m_d53a683ae5daa34edb84c7607c92d6a1, 'click', function() {infowindow.open(map,m_d53a683ae5daa34edb84c7607c92d6a1);});$marker.push(m_d53a683ae5daa34edb84c7607c92d6a1);}});}google.maps.event.addDomListener(window, 'load', initialize);