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(34.2038,-86.1542)};var g_a38cdef9f6c911c17932d6214d8a31d2 = new google.maps.Geocoder();g_a38cdef9f6c911c17932d6214d8a31d2.geocode( { 'address': "417 US Highway 431, Boaz, AL 35957"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boaz-AL-first-southern-financial').style.display = '';map = new google.maps.Map(document.getElementById('boaz-AL-first-southern-financial'), mapOptions);}document.getElementById('cba8d2de').innerHTML += ' | View Map';var $la38cdef9f6c911c17932d6214d8a31d2 = '

First Southern Financial

Address: 417 US Highway 431, Boaz, AL 35957
Phone: (256) 840-0606
';var m_a38cdef9f6c911c17932d6214d8a31d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Southern Financial',});m_a38cdef9f6c911c17932d6214d8a31d2['infowindow'] = new google.maps.InfoWindow({content: $la38cdef9f6c911c17932d6214d8a31d2});var infowindow = new google.maps.InfoWindow({content: $la38cdef9f6c911c17932d6214d8a31d2});google.maps.event.addListener(m_a38cdef9f6c911c17932d6214d8a31d2, 'click', function() {infowindow.open(map,m_a38cdef9f6c911c17932d6214d8a31d2);});$marker.push(m_a38cdef9f6c911c17932d6214d8a31d2);}});}google.maps.event.addDomListener(window, 'load', initialize);