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(38.7166,-104.697)};var g_c2310cefc10b5b264104c31fc3f91895 = new google.maps.Geocoder();g_c2310cefc10b5b264104c31fc3f91895.geocode( { 'address': "6965 Mesa Ridge Pkwy #110, Fountain, CO 80817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fountain-CO-ent-credit-union-fountain-service-center').style.display = '';map = new google.maps.Map(document.getElementById('fountain-CO-ent-credit-union-fountain-service-center'), mapOptions);}document.getElementById('fc0cf649').innerHTML += ' | View Map';var $lc2310cefc10b5b264104c31fc3f91895 = '

Ent Credit Union: Fountain Service Center

Address: 6965 Mesa Ridge Pkwy #110, Fountain, CO 80817, USA
Phone: (719) 574-1100
';var m_c2310cefc10b5b264104c31fc3f91895 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ent Credit Union: Fountain Service Center',});m_c2310cefc10b5b264104c31fc3f91895['infowindow'] = new google.maps.InfoWindow({content: $lc2310cefc10b5b264104c31fc3f91895});var infowindow = new google.maps.InfoWindow({content: $lc2310cefc10b5b264104c31fc3f91895});google.maps.event.addListener(m_c2310cefc10b5b264104c31fc3f91895, 'click', function() {infowindow.open(map,m_c2310cefc10b5b264104c31fc3f91895);});$marker.push(m_c2310cefc10b5b264104c31fc3f91895);}});}google.maps.event.addDomListener(window, 'load', initialize);