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(43.5797,-116.56)};var g_bff74309ccc1cff808f1c4ce2c6bbc7f = new google.maps.Geocoder();g_bff74309ccc1cff808f1c4ce2c6bbc7f.geocode( { 'address': "1112 1st St S, Nampa, ID 83651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nampa-ID-us-bank-sidney-s-vogt').style.display = '';map = new google.maps.Map(document.getElementById('nampa-ID-us-bank-sidney-s-vogt'), mapOptions);}document.getElementById('028c36b7').innerHTML += ' | View Map';var $lbff74309ccc1cff808f1c4ce2c6bbc7f = '

U.S. Bank: Sidney S. Vogt

Address: 1112 1st St S, Nampa, ID 83651, USA
Phone: (208) 465-3697
';var m_bff74309ccc1cff808f1c4ce2c6bbc7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Sidney S. Vogt',});m_bff74309ccc1cff808f1c4ce2c6bbc7f['infowindow'] = new google.maps.InfoWindow({content: $lbff74309ccc1cff808f1c4ce2c6bbc7f});var infowindow = new google.maps.InfoWindow({content: $lbff74309ccc1cff808f1c4ce2c6bbc7f});google.maps.event.addListener(m_bff74309ccc1cff808f1c4ce2c6bbc7f, 'click', function() {infowindow.open(map,m_bff74309ccc1cff808f1c4ce2c6bbc7f);});$marker.push(m_bff74309ccc1cff808f1c4ce2c6bbc7f);}});}google.maps.event.addDomListener(window, 'load', initialize);