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.8467,-104.744)};var g_4a86dd8f0c2c59144c9ead3d39b393f8 = new google.maps.Geocoder();g_4a86dd8f0c2c59144c9ead3d39b393f8.geocode( { 'address': "4545 Galley Rd, Colorado Springs, CO 80915, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-ent-credit-union-galley-service-center').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-ent-credit-union-galley-service-center'), mapOptions);}document.getElementById('cbeef14c').innerHTML += ' | View Map';var $l4a86dd8f0c2c59144c9ead3d39b393f8 = '

Ent Credit Union: Galley Service Center

Address: 4545 Galley Rd, Colorado Springs, CO 80915, USA
Phone: (719) 574-1100
';var m_4a86dd8f0c2c59144c9ead3d39b393f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ent Credit Union: Galley Service Center',});m_4a86dd8f0c2c59144c9ead3d39b393f8['infowindow'] = new google.maps.InfoWindow({content: $l4a86dd8f0c2c59144c9ead3d39b393f8});var infowindow = new google.maps.InfoWindow({content: $l4a86dd8f0c2c59144c9ead3d39b393f8});google.maps.event.addListener(m_4a86dd8f0c2c59144c9ead3d39b393f8, 'click', function() {infowindow.open(map,m_4a86dd8f0c2c59144c9ead3d39b393f8);});$marker.push(m_4a86dd8f0c2c59144c9ead3d39b393f8);}});}google.maps.event.addDomListener(window, 'load', initialize);