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(32.8636,-86.2713)};var g_7222ac0087f97fcad1c4a56fe8f2ca13 = new google.maps.Geocoder();g_7222ac0087f97fcad1c4a56fe8f2ca13.geocode( { 'address': "9636 US Highway 231, Rockford, AL 35136"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockford-AL-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('rockford-AL-first-bank'), mapOptions);}document.getElementById('de0e4f60').innerHTML += ' | View Map';var $l7222ac0087f97fcad1c4a56fe8f2ca13 = '

First Bank

Address: 9636 US Highway 231, Rockford, AL 35136
Phone: (256) 377-1000
';var m_7222ac0087f97fcad1c4a56fe8f2ca13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_7222ac0087f97fcad1c4a56fe8f2ca13['infowindow'] = new google.maps.InfoWindow({content: $l7222ac0087f97fcad1c4a56fe8f2ca13});var infowindow = new google.maps.InfoWindow({content: $l7222ac0087f97fcad1c4a56fe8f2ca13});google.maps.event.addListener(m_7222ac0087f97fcad1c4a56fe8f2ca13, 'click', function() {infowindow.open(map,m_7222ac0087f97fcad1c4a56fe8f2ca13);});$marker.push(m_7222ac0087f97fcad1c4a56fe8f2ca13);}});}google.maps.event.addDomListener(window, 'load', initialize);