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.5424,-86.4101)};var g_f41b281d28378895c316e9ea8030dc30 = new google.maps.Geocoder();g_f41b281d28378895c316e9ea8030dc30.geocode( { 'address': "5053 Main Dr, New Hope, AL 35760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-hope-AL-citizens-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('new-hope-AL-citizens-bank--trust'), mapOptions);}document.getElementById('e2b9a964').innerHTML += ' | View Map';var $lf41b281d28378895c316e9ea8030dc30 = '

Citizens Bank & Trust

Address: 5053 Main Dr, New Hope, AL 35760, USA
Phone: (256) 723-4600
';var m_f41b281d28378895c316e9ea8030dc30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust',});m_f41b281d28378895c316e9ea8030dc30['infowindow'] = new google.maps.InfoWindow({content: $lf41b281d28378895c316e9ea8030dc30});var infowindow = new google.maps.InfoWindow({content: $lf41b281d28378895c316e9ea8030dc30});google.maps.event.addListener(m_f41b281d28378895c316e9ea8030dc30, 'click', function() {infowindow.open(map,m_f41b281d28378895c316e9ea8030dc30);});$marker.push(m_f41b281d28378895c316e9ea8030dc30);}});}google.maps.event.addDomListener(window, 'load', initialize);