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.1752,-86.2557)};var g_edac623c2ba3e8d8c388378f8645aafe = new google.maps.Geocoder();g_edac623c2ba3e8d8c388378f8645aafe.geocode( { 'address': "911 W Ft Williams St, Sylacauga, AL 35150"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylacauga-AL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('sylacauga-AL-wells-fargo-bank'), mapOptions);}document.getElementById('3cbdcca2').innerHTML += ' | View Map';var $ledac623c2ba3e8d8c388378f8645aafe = '

Wells Fargo Bank

Address: 911 W Ft Williams St, Sylacauga, AL 35150
Phone: (256) 249-6270
';var m_edac623c2ba3e8d8c388378f8645aafe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_edac623c2ba3e8d8c388378f8645aafe['infowindow'] = new google.maps.InfoWindow({content: $ledac623c2ba3e8d8c388378f8645aafe});var infowindow = new google.maps.InfoWindow({content: $ledac623c2ba3e8d8c388378f8645aafe});google.maps.event.addListener(m_edac623c2ba3e8d8c388378f8645aafe, 'click', function() {infowindow.open(map,m_edac623c2ba3e8d8c388378f8645aafe);});$marker.push(m_edac623c2ba3e8d8c388378f8645aafe);}});}google.maps.event.addDomListener(window, 'load', initialize);