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.5999,-116.353)};var g_94562ffcaa342d74138028b39b9d03d0 = new google.maps.Geocoder();g_94562ffcaa342d74138028b39b9d03d0.geocode( { 'address': "520 S Eagle Rd, Meridian, ID 83642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-ID-health-care-idaho-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('meridian-ID-health-care-idaho-credit-union'), mapOptions);}document.getElementById('36d1b038').innerHTML += ' | View Map';var $l94562ffcaa342d74138028b39b9d03d0 = '

Health Care Idaho Credit Union

Address: 520 S Eagle Rd, Meridian, ID 83642, USA
Phone: (208) 706-5900
';var m_94562ffcaa342d74138028b39b9d03d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Health Care Idaho Credit Union',});m_94562ffcaa342d74138028b39b9d03d0['infowindow'] = new google.maps.InfoWindow({content: $l94562ffcaa342d74138028b39b9d03d0});var infowindow = new google.maps.InfoWindow({content: $l94562ffcaa342d74138028b39b9d03d0});google.maps.event.addListener(m_94562ffcaa342d74138028b39b9d03d0, 'click', function() {infowindow.open(map,m_94562ffcaa342d74138028b39b9d03d0);});$marker.push(m_94562ffcaa342d74138028b39b9d03d0);}});}google.maps.event.addDomListener(window, 'load', initialize);