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.9185,-91.2343)};var g_aa3822441ad0f887f55ed958a6a4b31d = new google.maps.Geocoder();g_aa3822441ad0f887f55ed958a6a4b31d.geocode( { 'address': "307 Plank Rd, St Joseph, LA 71366, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-joseph-LA-cross-keys-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-joseph-LA-cross-keys-bank'), mapOptions);}document.getElementById('26a49e03').innerHTML += ' | View Map';var $laa3822441ad0f887f55ed958a6a4b31d = '

Cross Keys Bank

Address: 307 Plank Rd, St Joseph, LA 71366, USA
Phone: (318) 766-3246
';var m_aa3822441ad0f887f55ed958a6a4b31d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cross Keys Bank',});m_aa3822441ad0f887f55ed958a6a4b31d['infowindow'] = new google.maps.InfoWindow({content: $laa3822441ad0f887f55ed958a6a4b31d});var infowindow = new google.maps.InfoWindow({content: $laa3822441ad0f887f55ed958a6a4b31d});google.maps.event.addListener(m_aa3822441ad0f887f55ed958a6a4b31d, 'click', function() {infowindow.open(map,m_aa3822441ad0f887f55ed958a6a4b31d);});$marker.push(m_aa3822441ad0f887f55ed958a6a4b31d);}});}google.maps.event.addDomListener(window, 'load', initialize);