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(33.942,-86.1037)};var g_1411542bbc2bf6bcae1a71881a7eb374 = new google.maps.Geocoder();g_1411542bbc2bf6bcae1a71881a7eb374.geocode( { 'address': "3003 Rainbow Dr, Rainbow City, AL 35906"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rainbow-city-AL-exchange-bank').style.display = '';map = new google.maps.Map(document.getElementById('rainbow-city-AL-exchange-bank'), mapOptions);}document.getElementById('6ef3b77d').innerHTML += ' | View Map';var $l1411542bbc2bf6bcae1a71881a7eb374 = '

Exchange Bank

Address: 3003 Rainbow Dr, Rainbow City, AL 35906
Phone: (256) 442-3003
';var m_1411542bbc2bf6bcae1a71881a7eb374 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange Bank',});m_1411542bbc2bf6bcae1a71881a7eb374['infowindow'] = new google.maps.InfoWindow({content: $l1411542bbc2bf6bcae1a71881a7eb374});var infowindow = new google.maps.InfoWindow({content: $l1411542bbc2bf6bcae1a71881a7eb374});google.maps.event.addListener(m_1411542bbc2bf6bcae1a71881a7eb374, 'click', function() {infowindow.open(map,m_1411542bbc2bf6bcae1a71881a7eb374);});$marker.push(m_1411542bbc2bf6bcae1a71881a7eb374);}});}google.maps.event.addDomListener(window, 'load', initialize);