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.1132,-86.0491)};var g_fade9da1bfe1c47c92f4ac38c11d0d1b = new google.maps.Geocoder();g_fade9da1bfe1c47c92f4ac38c11d0d1b.geocode( { 'address': "2 W Main St, Samson, AL 36477, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('samson-AL-samson-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('samson-AL-samson-banking-co'), mapOptions);}document.getElementById('67f1981d').innerHTML += ' | View Map';var $lfade9da1bfe1c47c92f4ac38c11d0d1b = '

Samson Banking Co

Address: 2 W Main St, Samson, AL 36477, USA
Phone: (334) 898-7107
';var m_fade9da1bfe1c47c92f4ac38c11d0d1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Samson Banking Co',});m_fade9da1bfe1c47c92f4ac38c11d0d1b['infowindow'] = new google.maps.InfoWindow({content: $lfade9da1bfe1c47c92f4ac38c11d0d1b});var infowindow = new google.maps.InfoWindow({content: $lfade9da1bfe1c47c92f4ac38c11d0d1b});google.maps.event.addListener(m_fade9da1bfe1c47c92f4ac38c11d0d1b, 'click', function() {infowindow.open(map,m_fade9da1bfe1c47c92f4ac38c11d0d1b);});$marker.push(m_fade9da1bfe1c47c92f4ac38c11d0d1b);}});}google.maps.event.addDomListener(window, 'load', initialize);