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.3557,-111.804)};var g_2500b54c506f6f5058a1fd05cdbeaa94 = new google.maps.Geocoder();g_2500b54c506f6f5058a1fd05cdbeaa94.geocode( { 'address': "1420 N Greenfield Rd, Gilbert, AZ 85234"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gilbert-AZ-wells-fargo-co').style.display = '';map = new google.maps.Map(document.getElementById('gilbert-AZ-wells-fargo-co'), mapOptions);}document.getElementById('a542e367').innerHTML += ' | View Map';var $l2500b54c506f6f5058a1fd05cdbeaa94 = '

Wells Fargo & Co

Address: 1420 N Greenfield Rd, Gilbert, AZ 85234
Phone: (336) 768-8838
';var m_2500b54c506f6f5058a1fd05cdbeaa94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo & Co',});m_2500b54c506f6f5058a1fd05cdbeaa94['infowindow'] = new google.maps.InfoWindow({content: $l2500b54c506f6f5058a1fd05cdbeaa94});var infowindow = new google.maps.InfoWindow({content: $l2500b54c506f6f5058a1fd05cdbeaa94});google.maps.event.addListener(m_2500b54c506f6f5058a1fd05cdbeaa94, 'click', function() {infowindow.open(map,m_2500b54c506f6f5058a1fd05cdbeaa94);});$marker.push(m_2500b54c506f6f5058a1fd05cdbeaa94);}});}google.maps.event.addDomListener(window, 'load', initialize);