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.5735,-85.5787)};var g_397fc000ce6f8e94df510c3ff5d86a61 = new google.maps.Geocoder();g_397fc000ce6f8e94df510c3ff5d86a61.geocode( { 'address': "5750 AL-117, Mentone, AL 35984, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mentone-AL-citizens-bank-of-mentone').style.display = '';map = new google.maps.Map(document.getElementById('mentone-AL-citizens-bank-of-mentone'), mapOptions);}document.getElementById('2b5d5423').innerHTML += ' | View Map';var $l397fc000ce6f8e94df510c3ff5d86a61 = '

Citizens Bank of Mentone

Address: 5750 AL-117, Mentone, AL 35984, USA
Phone: (256) 634-4744
';var m_397fc000ce6f8e94df510c3ff5d86a61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank of Mentone',});m_397fc000ce6f8e94df510c3ff5d86a61['infowindow'] = new google.maps.InfoWindow({content: $l397fc000ce6f8e94df510c3ff5d86a61});var infowindow = new google.maps.InfoWindow({content: $l397fc000ce6f8e94df510c3ff5d86a61});google.maps.event.addListener(m_397fc000ce6f8e94df510c3ff5d86a61, 'click', function() {infowindow.open(map,m_397fc000ce6f8e94df510c3ff5d86a61);});$marker.push(m_397fc000ce6f8e94df510c3ff5d86a61);}});}google.maps.event.addDomListener(window, 'load', initialize);