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(32.5129,-86.2122)};var g_d06d00cd408806f68cc8fce3dc522d80 = new google.maps.Geocoder();g_d06d00cd408806f68cc8fce3dc522d80.geocode( { 'address': "4950 US-231, Wetumpka, AL 36092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wetumpka-AL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('wetumpka-AL-wells-fargo-bank'), mapOptions);}document.getElementById('cef028d8').innerHTML += ' | View Map';var $ld06d00cd408806f68cc8fce3dc522d80 = '

Wells Fargo Bank

Address: 4950 US-231, Wetumpka, AL 36092, USA
Phone: (334) 567-7660
';var m_d06d00cd408806f68cc8fce3dc522d80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_d06d00cd408806f68cc8fce3dc522d80['infowindow'] = new google.maps.InfoWindow({content: $ld06d00cd408806f68cc8fce3dc522d80});var infowindow = new google.maps.InfoWindow({content: $ld06d00cd408806f68cc8fce3dc522d80});google.maps.event.addListener(m_d06d00cd408806f68cc8fce3dc522d80, 'click', function() {infowindow.open(map,m_d06d00cd408806f68cc8fce3dc522d80);});$marker.push(m_d06d00cd408806f68cc8fce3dc522d80);}});}google.maps.event.addDomListener(window, 'load', initialize);