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(42.6183,-113.677)};var g_96055f5b06bf9381ac43879351642cf5 = new google.maps.Geocoder();g_96055f5b06bf9381ac43879351642cf5.geocode( { 'address': "701 7th St, Rupert, ID 83350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rupert-ID-first-federal').style.display = '';map = new google.maps.Map(document.getElementById('rupert-ID-first-federal'), mapOptions);}document.getElementById('c0bf056a').innerHTML += ' | View Map';var $l96055f5b06bf9381ac43879351642cf5 = '

First Federal

Address: 701 7th St, Rupert, ID 83350, USA
Phone: (208) 436-0505
';var m_96055f5b06bf9381ac43879351642cf5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal',});m_96055f5b06bf9381ac43879351642cf5['infowindow'] = new google.maps.InfoWindow({content: $l96055f5b06bf9381ac43879351642cf5});var infowindow = new google.maps.InfoWindow({content: $l96055f5b06bf9381ac43879351642cf5});google.maps.event.addListener(m_96055f5b06bf9381ac43879351642cf5, 'click', function() {infowindow.open(map,m_96055f5b06bf9381ac43879351642cf5);});$marker.push(m_96055f5b06bf9381ac43879351642cf5);}});}google.maps.event.addDomListener(window, 'load', initialize);