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.2908,-87.1577)};var g_f3f611415939d28bdeb54703b65a36bb = new google.maps.Geocoder();g_f3f611415939d28bdeb54703b65a36bb.geocode( { 'address': "18704 Highway 11 N, Vance, AL 35490"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vance-AL-first-financial-bank-vance').style.display = '';map = new google.maps.Map(document.getElementById('vance-AL-first-financial-bank-vance'), mapOptions);}document.getElementById('3c72aca4').innerHTML += ' | View Map';var $lf3f611415939d28bdeb54703b65a36bb = '

First Financial Bank Vance

Address: 18704 Highway 11 N, Vance, AL 35490
Phone: (205) 633-0904
';var m_f3f611415939d28bdeb54703b65a36bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank Vance',});m_f3f611415939d28bdeb54703b65a36bb['infowindow'] = new google.maps.InfoWindow({content: $lf3f611415939d28bdeb54703b65a36bb});var infowindow = new google.maps.InfoWindow({content: $lf3f611415939d28bdeb54703b65a36bb});google.maps.event.addListener(m_f3f611415939d28bdeb54703b65a36bb, 'click', function() {infowindow.open(map,m_f3f611415939d28bdeb54703b65a36bb);});$marker.push(m_f3f611415939d28bdeb54703b65a36bb);}});}google.maps.event.addDomListener(window, 'load', initialize);