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.0625,-111.484)};var g_ff1d8197d389580b1f3cc19962686ee6 = new google.maps.Geocoder();g_ff1d8197d389580b1f3cc19962686ee6.geocode( { 'address': "3325 N Hunt Hwy, Florence, AZ 85132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-AZ-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('florence-AZ-us-bank-branch'), mapOptions);}document.getElementById('68cbc0ce').innerHTML += ' | View Map';var $lff1d8197d389580b1f3cc19962686ee6 = '

U.S. Bank Branch

Address: 3325 N Hunt Hwy, Florence, AZ 85132, USA
Phone: (520) 723-0543
';var m_ff1d8197d389580b1f3cc19962686ee6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_ff1d8197d389580b1f3cc19962686ee6['infowindow'] = new google.maps.InfoWindow({content: $lff1d8197d389580b1f3cc19962686ee6});var infowindow = new google.maps.InfoWindow({content: $lff1d8197d389580b1f3cc19962686ee6});google.maps.event.addListener(m_ff1d8197d389580b1f3cc19962686ee6, 'click', function() {infowindow.open(map,m_ff1d8197d389580b1f3cc19962686ee6);});$marker.push(m_ff1d8197d389580b1f3cc19962686ee6);}});}google.maps.event.addDomListener(window, 'load', initialize);