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(39.7358,-104.865)};var g_574ceb046c34f7c91c061960083a0ea8 = new google.maps.Geocoder();g_574ceb046c34f7c91c061960083a0ea8.geocode( { 'address': "978 S Havana St, Aurora, CO 80012"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-CO-united-fidelity-bank-fsb').style.display = '';map = new google.maps.Map(document.getElementById('aurora-CO-united-fidelity-bank-fsb'), mapOptions);}document.getElementById('f6359091').innerHTML += ' | View Map';var $l574ceb046c34f7c91c061960083a0ea8 = '

United Fidelity Bank Fsb

Address: 978 S Havana St, Aurora, CO 80012
Phone: (303) 343-8888
';var m_574ceb046c34f7c91c061960083a0ea8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Fidelity Bank Fsb',});m_574ceb046c34f7c91c061960083a0ea8['infowindow'] = new google.maps.InfoWindow({content: $l574ceb046c34f7c91c061960083a0ea8});var infowindow = new google.maps.InfoWindow({content: $l574ceb046c34f7c91c061960083a0ea8});google.maps.event.addListener(m_574ceb046c34f7c91c061960083a0ea8, 'click', function() {infowindow.open(map,m_574ceb046c34f7c91c061960083a0ea8);});$marker.push(m_574ceb046c34f7c91c061960083a0ea8);}});}google.maps.event.addDomListener(window, 'load', initialize);