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(31.7123,-85.974)};var g_74322d3ea58d8c6643c5508ae0a33af5 = new google.maps.Geocoder();g_74322d3ea58d8c6643c5508ae0a33af5.geocode( { 'address': "855 Highway 231 S, Troy, AL 36081"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-AL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('troy-AL-wells-fargo-bank'), mapOptions);}document.getElementById('b9be302f').innerHTML += ' | View Map';var $l74322d3ea58d8c6643c5508ae0a33af5 = '

Wells Fargo Bank

Address: 855 Highway 231 S, Troy, AL 36081
Phone: (334) 566-6000
';var m_74322d3ea58d8c6643c5508ae0a33af5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_74322d3ea58d8c6643c5508ae0a33af5['infowindow'] = new google.maps.InfoWindow({content: $l74322d3ea58d8c6643c5508ae0a33af5});var infowindow = new google.maps.InfoWindow({content: $l74322d3ea58d8c6643c5508ae0a33af5});google.maps.event.addListener(m_74322d3ea58d8c6643c5508ae0a33af5, 'click', function() {infowindow.open(map,m_74322d3ea58d8c6643c5508ae0a33af5);});$marker.push(m_74322d3ea58d8c6643c5508ae0a33af5);}});}google.maps.event.addDomListener(window, 'load', initialize);