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.7364,-105.523)};var g_5fd89bebd9cf4213e2b78e174d6f9c49 = new google.maps.Geocoder();g_5fd89bebd9cf4213e2b78e174d6f9c49.geocode( { 'address': "1744 Miner St, Idaho Springs, CO 80452"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('idaho-springs-CO-mutual-of-omaha-bank').style.display = '';map = new google.maps.Map(document.getElementById('idaho-springs-CO-mutual-of-omaha-bank'), mapOptions);}document.getElementById('4620b2b8').innerHTML += ' | View Map';var $l5fd89bebd9cf4213e2b78e174d6f9c49 = '

Mutual Of Omaha Bank

Address: 1744 Miner St, Idaho Springs, CO 80452
Phone: (303) 567-2696
';var m_5fd89bebd9cf4213e2b78e174d6f9c49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mutual Of Omaha Bank',});m_5fd89bebd9cf4213e2b78e174d6f9c49['infowindow'] = new google.maps.InfoWindow({content: $l5fd89bebd9cf4213e2b78e174d6f9c49});var infowindow = new google.maps.InfoWindow({content: $l5fd89bebd9cf4213e2b78e174d6f9c49});google.maps.event.addListener(m_5fd89bebd9cf4213e2b78e174d6f9c49, 'click', function() {infowindow.open(map,m_5fd89bebd9cf4213e2b78e174d6f9c49);});$marker.push(m_5fd89bebd9cf4213e2b78e174d6f9c49);}});}google.maps.event.addDomListener(window, 'load', initialize);