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(35.524,-113.993)};var g_6234e5ecfc1464ffe40866f8f3f32a0a = new google.maps.Geocoder();g_6234e5ecfc1464ffe40866f8f3f32a0a.geocode( { 'address': "3240 Stockton Hill Rd, Kingman, AZ 86409"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingman-AZ-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('kingman-AZ-u-s-bank'), mapOptions);}document.getElementById('96247ff5').innerHTML += ' | View Map';var $l6234e5ecfc1464ffe40866f8f3f32a0a = '

U.S. Bank

Address: 3240 Stockton Hill Rd, Kingman, AZ 86409
Phone: (928) 681-2500
';var m_6234e5ecfc1464ffe40866f8f3f32a0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_6234e5ecfc1464ffe40866f8f3f32a0a['infowindow'] = new google.maps.InfoWindow({content: $l6234e5ecfc1464ffe40866f8f3f32a0a});var infowindow = new google.maps.InfoWindow({content: $l6234e5ecfc1464ffe40866f8f3f32a0a});google.maps.event.addListener(m_6234e5ecfc1464ffe40866f8f3f32a0a, 'click', function() {infowindow.open(map,m_6234e5ecfc1464ffe40866f8f3f32a0a);});$marker.push(m_6234e5ecfc1464ffe40866f8f3f32a0a);}});}google.maps.event.addDomListener(window, 'load', initialize);