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(47.3167,-116.573)};var g_95356eea66841c802e7ccd40299dcfb5 = new google.maps.Geocoder();g_95356eea66841c802e7ccd40299dcfb5.geocode( { 'address': "129 S 9th St, Saint Maries, ID 83861"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-maries-ID-st-joe-valley-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-maries-ID-st-joe-valley-credit-union'), mapOptions);}document.getElementById('20278c99').innerHTML += ' | View Map';var $l95356eea66841c802e7ccd40299dcfb5 = '

St Joe Valley Credit Union

Address: 129 S 9th St, Saint Maries, ID 83861
Phone: (208) 245-4321
';var m_95356eea66841c802e7ccd40299dcfb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Joe Valley Credit Union',});m_95356eea66841c802e7ccd40299dcfb5['infowindow'] = new google.maps.InfoWindow({content: $l95356eea66841c802e7ccd40299dcfb5});var infowindow = new google.maps.InfoWindow({content: $l95356eea66841c802e7ccd40299dcfb5});google.maps.event.addListener(m_95356eea66841c802e7ccd40299dcfb5, 'click', function() {infowindow.open(map,m_95356eea66841c802e7ccd40299dcfb5);});$marker.push(m_95356eea66841c802e7ccd40299dcfb5);}});}google.maps.event.addDomListener(window, 'load', initialize);