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(40.0492,-105.047)};var g_5f340a60029380d37a1e8a6bfa5c1f28 = new google.maps.Geocoder();g_5f340a60029380d37a1e8a6bfa5c1f28.geocode( { 'address': "515 Briggs St, Erie, CO 80516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('erie-CO-citywide-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('erie-CO-citywide-home-loans'), mapOptions);}document.getElementById('8b369a8b').innerHTML += ' | View Map';var $l5f340a60029380d37a1e8a6bfa5c1f28 = '

Citywide Home Loans

Address: 515 Briggs St, Erie, CO 80516, USA
Phone: (720) 644-5558
';var m_5f340a60029380d37a1e8a6bfa5c1f28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citywide Home Loans',});m_5f340a60029380d37a1e8a6bfa5c1f28['infowindow'] = new google.maps.InfoWindow({content: $l5f340a60029380d37a1e8a6bfa5c1f28});var infowindow = new google.maps.InfoWindow({content: $l5f340a60029380d37a1e8a6bfa5c1f28});google.maps.event.addListener(m_5f340a60029380d37a1e8a6bfa5c1f28, 'click', function() {infowindow.open(map,m_5f340a60029380d37a1e8a6bfa5c1f28);});$marker.push(m_5f340a60029380d37a1e8a6bfa5c1f28);}});}google.maps.event.addDomListener(window, 'load', initialize);