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.2649,-87.0094)};var g_d51359ef144036eb64728a2566277385 = new google.maps.Geocoder();g_d51359ef144036eb64728a2566277385.geocode( { 'address': "19129 US Highway 31, Vinemont, AL 35179"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vinemont-AL-first-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('vinemont-AL-first-commercial-bank'), mapOptions);}document.getElementById('dbdc8432').innerHTML += ' | View Map';var $ld51359ef144036eb64728a2566277385 = '

First Commercial Bank

Address: 19129 US Highway 31, Vinemont, AL 35179
Phone: (256) 737-0364
';var m_d51359ef144036eb64728a2566277385 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commercial Bank',});m_d51359ef144036eb64728a2566277385['infowindow'] = new google.maps.InfoWindow({content: $ld51359ef144036eb64728a2566277385});var infowindow = new google.maps.InfoWindow({content: $ld51359ef144036eb64728a2566277385});google.maps.event.addListener(m_d51359ef144036eb64728a2566277385, 'click', function() {infowindow.open(map,m_d51359ef144036eb64728a2566277385);});$marker.push(m_d51359ef144036eb64728a2566277385);}});}google.maps.event.addDomListener(window, 'load', initialize);