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.6334,-116.352)};var g_4660be262817e1bd44ed4ce7d4c98ba1 = new google.maps.Geocoder();g_4660be262817e1bd44ed4ce7d4c98ba1.geocode( { 'address': "3339 E Ustick Rd, Meridian, ID 83646, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-ID-idaho-central-credit-union-ustick-branch').style.display = '';map = new google.maps.Map(document.getElementById('meridian-ID-idaho-central-credit-union-ustick-branch'), mapOptions);}document.getElementById('cd9a18dd').innerHTML += ' | View Map';var $l4660be262817e1bd44ed4ce7d4c98ba1 = '

Idaho Central Credit Union: Ustick Branch

Address: 3339 E Ustick Rd, Meridian, ID 83646, USA
Phone: (208) 846-7000
';var m_4660be262817e1bd44ed4ce7d4c98ba1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Idaho Central Credit Union: Ustick Branch',});m_4660be262817e1bd44ed4ce7d4c98ba1['infowindow'] = new google.maps.InfoWindow({content: $l4660be262817e1bd44ed4ce7d4c98ba1});var infowindow = new google.maps.InfoWindow({content: $l4660be262817e1bd44ed4ce7d4c98ba1});google.maps.event.addListener(m_4660be262817e1bd44ed4ce7d4c98ba1, 'click', function() {infowindow.open(map,m_4660be262817e1bd44ed4ce7d4c98ba1);});$marker.push(m_4660be262817e1bd44ed4ce7d4c98ba1);}});}google.maps.event.addDomListener(window, 'load', initialize);