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.6588,-116.716)};var g_72cea19c1eef99eca9247e416c2d254e = new google.maps.Geocoder();g_72cea19c1eef99eca9247e416c2d254e.geocode( { 'address': "416 S Kimball, Caldwell, ID 83605"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caldwell-ID-cornerstone-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('caldwell-ID-cornerstone-credit-union'), mapOptions);}document.getElementById('c65909f3').innerHTML += ' | View Map';var $l72cea19c1eef99eca9247e416c2d254e = '

Cornerstone Credit Union

Address: 416 S Kimball, Caldwell, ID 83605
Phone: (208) 459-3500
';var m_72cea19c1eef99eca9247e416c2d254e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Credit Union',});m_72cea19c1eef99eca9247e416c2d254e['infowindow'] = new google.maps.InfoWindow({content: $l72cea19c1eef99eca9247e416c2d254e});var infowindow = new google.maps.InfoWindow({content: $l72cea19c1eef99eca9247e416c2d254e});google.maps.event.addListener(m_72cea19c1eef99eca9247e416c2d254e, 'click', function() {infowindow.open(map,m_72cea19c1eef99eca9247e416c2d254e);});$marker.push(m_72cea19c1eef99eca9247e416c2d254e);}});}google.maps.event.addDomListener(window, 'load', initialize);