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.5821,-116.591)};var g_844beb360229a6727bad633b8e1e4544 = new google.maps.Geocoder();g_844beb360229a6727bad633b8e1e4544.geocode( { 'address': "1822 N Midland Blvd, Nampa, ID 83651"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nampa-ID-idadiv-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('nampa-ID-idadiv-credit-union'), mapOptions);}document.getElementById('330cbb9c').innerHTML += ' | View Map';var $l844beb360229a6727bad633b8e1e4544 = '

Idadiv Credit Union

Address: 1822 N Midland Blvd, Nampa, ID 83651
Phone: (208) 467-6583
';var m_844beb360229a6727bad633b8e1e4544 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Idadiv Credit Union',});m_844beb360229a6727bad633b8e1e4544['infowindow'] = new google.maps.InfoWindow({content: $l844beb360229a6727bad633b8e1e4544});var infowindow = new google.maps.InfoWindow({content: $l844beb360229a6727bad633b8e1e4544});google.maps.event.addListener(m_844beb360229a6727bad633b8e1e4544, 'click', function() {infowindow.open(map,m_844beb360229a6727bad633b8e1e4544);});$marker.push(m_844beb360229a6727bad633b8e1e4544);}});}google.maps.event.addDomListener(window, 'load', initialize);