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.9564,-86.0395)};var g_5ebb7409aa7fc222beba58df08a1026b = new google.maps.Geocoder();g_5ebb7409aa7fc222beba58df08a1026b.geocode( { 'address': "3400 Rainbow Dr, Rainbow City, AL 35906, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rainbow-city-AL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('rainbow-city-AL-wells-fargo-bank'), mapOptions);}document.getElementById('e20b6af2').innerHTML += ' | View Map';var $l5ebb7409aa7fc222beba58df08a1026b = '

Wells Fargo Bank

Address: 3400 Rainbow Dr, Rainbow City, AL 35906, USA
Phone: (256) 439-2480
';var m_5ebb7409aa7fc222beba58df08a1026b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_5ebb7409aa7fc222beba58df08a1026b['infowindow'] = new google.maps.InfoWindow({content: $l5ebb7409aa7fc222beba58df08a1026b});var infowindow = new google.maps.InfoWindow({content: $l5ebb7409aa7fc222beba58df08a1026b});google.maps.event.addListener(m_5ebb7409aa7fc222beba58df08a1026b, 'click', function() {infowindow.open(map,m_5ebb7409aa7fc222beba58df08a1026b);});$marker.push(m_5ebb7409aa7fc222beba58df08a1026b);}});}google.maps.event.addDomListener(window, 'load', initialize);