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.9553,-104.728)};var g_283062995206f8cbf7c0b50216b9623e = new google.maps.Geocoder();g_283062995206f8cbf7c0b50216b9623e.geocode( { 'address': "5550 Powers Center Point, Colorado Springs, CO 80920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-integrity-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-integrity-bank--trust'), mapOptions);}document.getElementById('e51cb344').innerHTML += ' | View Map';var $l283062995206f8cbf7c0b50216b9623e = '

Integrity Bank & Trust

Address: 5550 Powers Center Point, Colorado Springs, CO 80920, USA
Phone: (719) 495-3700
';var m_283062995206f8cbf7c0b50216b9623e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Integrity Bank & Trust',});m_283062995206f8cbf7c0b50216b9623e['infowindow'] = new google.maps.InfoWindow({content: $l283062995206f8cbf7c0b50216b9623e});var infowindow = new google.maps.InfoWindow({content: $l283062995206f8cbf7c0b50216b9623e});google.maps.event.addListener(m_283062995206f8cbf7c0b50216b9623e, 'click', function() {infowindow.open(map,m_283062995206f8cbf7c0b50216b9623e);});$marker.push(m_283062995206f8cbf7c0b50216b9623e);}});}google.maps.event.addDomListener(window, 'load', initialize);