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.582,-86.8226)};var g_370fb2b33d19284eabdf0e7358298804 = new google.maps.Geocoder();g_370fb2b33d19284eabdf0e7358298804.geocode( { 'address': "3810 Sullivan St, STE J, Madison, AL 35758"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-AL-eva-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-AL-eva-bank'), mapOptions);}document.getElementById('b6b48839').innerHTML += ' | View Map';var $l370fb2b33d19284eabdf0e7358298804 = '

Eva Bank

Address: 3810 Sullivan St, STE J, Madison, AL 35758
Phone: (256) 258-1072
';var m_370fb2b33d19284eabdf0e7358298804 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eva Bank',});m_370fb2b33d19284eabdf0e7358298804['infowindow'] = new google.maps.InfoWindow({content: $l370fb2b33d19284eabdf0e7358298804});var infowindow = new google.maps.InfoWindow({content: $l370fb2b33d19284eabdf0e7358298804});google.maps.event.addListener(m_370fb2b33d19284eabdf0e7358298804, 'click', function() {infowindow.open(map,m_370fb2b33d19284eabdf0e7358298804);});$marker.push(m_370fb2b33d19284eabdf0e7358298804);}});}google.maps.event.addDomListener(window, 'load', initialize);