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.5335,-105.074)};var g_f85c290e2c1bd9787395df62cf90199a = new google.maps.Geocoder();g_f85c290e2c1bd9787395df62cf90199a.geocode( { 'address': "3926 John F Kennedy Pkwy #9c, Fort Collins, CO 80525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-collins-CO-sheryl-laskie---guild-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('fort-collins-CO-sheryl-laskie---guild-mortgage'), mapOptions);}document.getElementById('a651f8aa').innerHTML += ' | View Map';var $lf85c290e2c1bd9787395df62cf90199a = '

Sheryl Laskie - Guild Mortgage

Address: 3926 John F Kennedy Pkwy #9c, Fort Collins, CO 80525, USA
Phone: (970) 310-5668
';var m_f85c290e2c1bd9787395df62cf90199a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sheryl Laskie - Guild Mortgage',});m_f85c290e2c1bd9787395df62cf90199a['infowindow'] = new google.maps.InfoWindow({content: $lf85c290e2c1bd9787395df62cf90199a});var infowindow = new google.maps.InfoWindow({content: $lf85c290e2c1bd9787395df62cf90199a});google.maps.event.addListener(m_f85c290e2c1bd9787395df62cf90199a, 'click', function() {infowindow.open(map,m_f85c290e2c1bd9787395df62cf90199a);});$marker.push(m_f85c290e2c1bd9787395df62cf90199a);}});}google.maps.event.addDomListener(window, 'load', initialize);