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.5378,-105.096)};var g_b20bc78587328cfce177d585f84cc722 = new google.maps.Geocoder();g_b20bc78587328cfce177d585f84cc722.geocode( { 'address': "1075 W Horsetooth Rd, Fort Collins, CO 80526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-collins-CO-jeff-berg---bancwest-investment-services-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('fort-collins-CO-jeff-berg---bancwest-investment-services-financial-advisor'), mapOptions);}document.getElementById('a9266fbc').innerHTML += ' | View Map';var $lb20bc78587328cfce177d585f84cc722 = '

Jeff Berg - BancWest Investment Services Financial Advisor

Address: 1075 W Horsetooth Rd, Fort Collins, CO 80526, USA
Phone: (970) 267-2216
';var m_b20bc78587328cfce177d585f84cc722 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeff Berg - BancWest Investment Services Financial Advisor',});m_b20bc78587328cfce177d585f84cc722['infowindow'] = new google.maps.InfoWindow({content: $lb20bc78587328cfce177d585f84cc722});var infowindow = new google.maps.InfoWindow({content: $lb20bc78587328cfce177d585f84cc722});google.maps.event.addListener(m_b20bc78587328cfce177d585f84cc722, 'click', function() {infowindow.open(map,m_b20bc78587328cfce177d585f84cc722);});$marker.push(m_b20bc78587328cfce177d585f84cc722);}});}google.maps.event.addDomListener(window, 'load', initialize);