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.1519,-86.7192)};var g_c2d2db7da651df36ea69da7bee48304b = new google.maps.Geocoder();g_c2d2db7da651df36ea69da7bee48304b.geocode( { 'address': "11025 Highway 25, Calera, AL 35040-6812"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calera-AL-centralstate-bank').style.display = '';map = new google.maps.Map(document.getElementById('calera-AL-centralstate-bank'), mapOptions);}document.getElementById('fd45a01c').innerHTML += ' | View Map';var $lc2d2db7da651df36ea69da7bee48304b = '

CentralState Bank

Address: 11025 Highway 25, Calera, AL 35040-6812
Phone: (205) 668-3596
';var m_c2d2db7da651df36ea69da7bee48304b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CentralState Bank',});m_c2d2db7da651df36ea69da7bee48304b['infowindow'] = new google.maps.InfoWindow({content: $lc2d2db7da651df36ea69da7bee48304b});var infowindow = new google.maps.InfoWindow({content: $lc2d2db7da651df36ea69da7bee48304b});google.maps.event.addListener(m_c2d2db7da651df36ea69da7bee48304b, 'click', function() {infowindow.open(map,m_c2d2db7da651df36ea69da7bee48304b);});$marker.push(m_c2d2db7da651df36ea69da7bee48304b);}});}google.maps.event.addDomListener(window, 'load', initialize);