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.5919,-86.9842)};var g_4b438fa04c98922aaa349d0334d4a282 = new google.maps.Geocoder();g_4b438fa04c98922aaa349d0334d4a282.geocode( { 'address': "2941 Point Mallard Pkwy SE, STE C, Decatur, AL 35603"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-eva-bank').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-eva-bank'), mapOptions);}document.getElementById('1a808ca2').innerHTML += ' | View Map';var $l4b438fa04c98922aaa349d0334d4a282 = '

Eva Bank

Address: 2941 Point Mallard Pkwy SE, STE C, Decatur, AL 35603
Phone: (256) 260-0570
';var m_4b438fa04c98922aaa349d0334d4a282 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eva Bank',});m_4b438fa04c98922aaa349d0334d4a282['infowindow'] = new google.maps.InfoWindow({content: $l4b438fa04c98922aaa349d0334d4a282});var infowindow = new google.maps.InfoWindow({content: $l4b438fa04c98922aaa349d0334d4a282});google.maps.event.addListener(m_4b438fa04c98922aaa349d0334d4a282, 'click', function() {infowindow.open(map,m_4b438fa04c98922aaa349d0334d4a282);});$marker.push(m_4b438fa04c98922aaa349d0334d4a282);}});}google.maps.event.addDomListener(window, 'load', initialize);