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.9156,-105.107)};var g_f2d0e6c8fcbf8ab61073fc7361510dc0 = new google.maps.Geocoder();g_f2d0e6c8fcbf8ab61073fc7361510dc0.geocode( { 'address': "12303 Airport Way Suite 200, Office 222, Broomfield, CO 80021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broomfield-CO-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('broomfield-CO-homebridge-financial-services'), mapOptions);}document.getElementById('fc49e411').innerHTML += ' | View Map';var $lf2d0e6c8fcbf8ab61073fc7361510dc0 = '

HomeBridge Financial Services

Address: 12303 Airport Way Suite 200, Office 222, Broomfield, CO 80021, USA
Phone: (303) 379-2825
';var m_f2d0e6c8fcbf8ab61073fc7361510dc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_f2d0e6c8fcbf8ab61073fc7361510dc0['infowindow'] = new google.maps.InfoWindow({content: $lf2d0e6c8fcbf8ab61073fc7361510dc0});var infowindow = new google.maps.InfoWindow({content: $lf2d0e6c8fcbf8ab61073fc7361510dc0});google.maps.event.addListener(m_f2d0e6c8fcbf8ab61073fc7361510dc0, 'click', function() {infowindow.open(map,m_f2d0e6c8fcbf8ab61073fc7361510dc0);});$marker.push(m_f2d0e6c8fcbf8ab61073fc7361510dc0);}});}google.maps.event.addDomListener(window, 'load', initialize);