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(33.4009,-86.9569)};var g_9f65a45eeb034dc73867ed0a8766303e = new google.maps.Geocoder();g_9f65a45eeb034dc73867ed0a8766303e.geocode( { 'address': "1630 4th Ave N, Bessemer, AL 35020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bessemer-AL-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('bessemer-AL-first-financial-bank'), mapOptions);}document.getElementById('eef51f29').innerHTML += ' | View Map';var $l9f65a45eeb034dc73867ed0a8766303e = '

First Financial Bank

Address: 1630 4th Ave N, Bessemer, AL 35020, USA
Phone: (205) 428-8472
';var m_9f65a45eeb034dc73867ed0a8766303e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_9f65a45eeb034dc73867ed0a8766303e['infowindow'] = new google.maps.InfoWindow({content: $l9f65a45eeb034dc73867ed0a8766303e});var infowindow = new google.maps.InfoWindow({content: $l9f65a45eeb034dc73867ed0a8766303e});google.maps.event.addListener(m_9f65a45eeb034dc73867ed0a8766303e, 'click', function() {infowindow.open(map,m_9f65a45eeb034dc73867ed0a8766303e);});$marker.push(m_9f65a45eeb034dc73867ed0a8766303e);}});}google.maps.event.addDomListener(window, 'load', initialize);