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(35.9777,-114.833)};var g_90c8fe898d05789a4514a3ccc6f8f873 = new google.maps.Geocoder();g_90c8fe898d05789a4514a3ccc6f8f873.geocode( { 'address': "530 Avenue G, Boulder City, NV 89005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boulder-city-NV-boulder-dam-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boulder-city-NV-boulder-dam-credit-union'), mapOptions);}document.getElementById('d3df535c').innerHTML += ' | View Map';var $l90c8fe898d05789a4514a3ccc6f8f873 = '

Boulder Dam Credit Union

Address: 530 Avenue G, Boulder City, NV 89005, USA
Phone: (702) 293-7777
';var m_90c8fe898d05789a4514a3ccc6f8f873 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boulder Dam Credit Union',});m_90c8fe898d05789a4514a3ccc6f8f873['infowindow'] = new google.maps.InfoWindow({content: $l90c8fe898d05789a4514a3ccc6f8f873});var infowindow = new google.maps.InfoWindow({content: $l90c8fe898d05789a4514a3ccc6f8f873});google.maps.event.addListener(m_90c8fe898d05789a4514a3ccc6f8f873, 'click', function() {infowindow.open(map,m_90c8fe898d05789a4514a3ccc6f8f873);});$marker.push(m_90c8fe898d05789a4514a3ccc6f8f873);}});}google.maps.event.addDomListener(window, 'load', initialize);