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(46.7335,-117.002)};var g_c2e12da06f19562a6c6b9ce89fcdcddb = new google.maps.Geocoder();g_c2e12da06f19562a6c6b9ce89fcdcddb.geocode( { 'address': "105 S Main St, Moscow, ID 83843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moscow-ID-zions-bank-moscow').style.display = '';map = new google.maps.Map(document.getElementById('moscow-ID-zions-bank-moscow'), mapOptions);}document.getElementById('64c05d98').innerHTML += ' | View Map';var $lc2e12da06f19562a6c6b9ce89fcdcddb = '

Zions Bank Moscow

Address: 105 S Main St, Moscow, ID 83843, USA
Phone: (208) 882-4581
';var m_c2e12da06f19562a6c6b9ce89fcdcddb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Moscow',});m_c2e12da06f19562a6c6b9ce89fcdcddb['infowindow'] = new google.maps.InfoWindow({content: $lc2e12da06f19562a6c6b9ce89fcdcddb});var infowindow = new google.maps.InfoWindow({content: $lc2e12da06f19562a6c6b9ce89fcdcddb});google.maps.event.addListener(m_c2e12da06f19562a6c6b9ce89fcdcddb, 'click', function() {infowindow.open(map,m_c2e12da06f19562a6c6b9ce89fcdcddb);});$marker.push(m_c2e12da06f19562a6c6b9ce89fcdcddb);}});}google.maps.event.addDomListener(window, 'load', initialize);