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.6141,-116.197)};var g_4fe560444cca7edf1c75e4fa492ff7d2 = new google.maps.Geocoder();g_4fe560444cca7edf1c75e4fa492ff7d2.geocode( { 'address': "200 N 4th St, Boise, ID 83702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boise-ID-idaho-central-credit-union-downtown-branch').style.display = '';map = new google.maps.Map(document.getElementById('boise-ID-idaho-central-credit-union-downtown-branch'), mapOptions);}document.getElementById('95bb306e').innerHTML += ' | View Map';var $l4fe560444cca7edf1c75e4fa492ff7d2 = '

Idaho Central Credit Union: Downtown Branch

Address: 200 N 4th St, Boise, ID 83702, USA
Phone: (208) 846-7000
';var m_4fe560444cca7edf1c75e4fa492ff7d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Idaho Central Credit Union: Downtown Branch',});m_4fe560444cca7edf1c75e4fa492ff7d2['infowindow'] = new google.maps.InfoWindow({content: $l4fe560444cca7edf1c75e4fa492ff7d2});var infowindow = new google.maps.InfoWindow({content: $l4fe560444cca7edf1c75e4fa492ff7d2});google.maps.event.addListener(m_4fe560444cca7edf1c75e4fa492ff7d2, 'click', function() {infowindow.open(map,m_4fe560444cca7edf1c75e4fa492ff7d2);});$marker.push(m_4fe560444cca7edf1c75e4fa492ff7d2);}});}google.maps.event.addDomListener(window, 'load', initialize);