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.7599,-87.6867)};var g_476719f2cd76dc17272bfd293f071a63 = new google.maps.Geocoder();g_476719f2cd76dc17272bfd293f071a63.geocode( { 'address': "729 E 2nd St, Sheffield, AL 35660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sheffield-AL-bank-independent-jackson-place').style.display = '';map = new google.maps.Map(document.getElementById('sheffield-AL-bank-independent-jackson-place'), mapOptions);}document.getElementById('fbb32316').innerHTML += ' | View Map';var $l476719f2cd76dc17272bfd293f071a63 = '

Bank Independent Jackson Place

Address: 729 E 2nd St, Sheffield, AL 35660, USA
Phone: (256) 386-5000
';var m_476719f2cd76dc17272bfd293f071a63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Independent Jackson Place',});m_476719f2cd76dc17272bfd293f071a63['infowindow'] = new google.maps.InfoWindow({content: $l476719f2cd76dc17272bfd293f071a63});var infowindow = new google.maps.InfoWindow({content: $l476719f2cd76dc17272bfd293f071a63});google.maps.event.addListener(m_476719f2cd76dc17272bfd293f071a63, 'click', function() {infowindow.open(map,m_476719f2cd76dc17272bfd293f071a63);});$marker.push(m_476719f2cd76dc17272bfd293f071a63);}});}google.maps.event.addDomListener(window, 'load', initialize);