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.7875,-91.377)};var g_c42af2fa7356818e0389593714f59b52 = new google.maps.Geocoder();g_c42af2fa7356818e0389593714f59b52.geocode( { 'address': "12320 Jackson Rd, St Francisville, LA 70775, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-francisville-LA-hancock-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-francisville-LA-hancock-bank'), mapOptions);}document.getElementById('72d52c58').innerHTML += ' | View Map';var $lc42af2fa7356818e0389593714f59b52 = '

Hancock Bank

Address: 12320 Jackson Rd, St Francisville, LA 70775, USA
Phone: (225) 635-3391
';var m_c42af2fa7356818e0389593714f59b52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hancock Bank',});m_c42af2fa7356818e0389593714f59b52['infowindow'] = new google.maps.InfoWindow({content: $lc42af2fa7356818e0389593714f59b52});var infowindow = new google.maps.InfoWindow({content: $lc42af2fa7356818e0389593714f59b52});google.maps.event.addListener(m_c42af2fa7356818e0389593714f59b52, 'click', function() {infowindow.open(map,m_c42af2fa7356818e0389593714f59b52);});$marker.push(m_c42af2fa7356818e0389593714f59b52);}});}google.maps.event.addDomListener(window, 'load', initialize);