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.6214,-103.209)};var g_9c3b48e9e6695ff84bf4da5da1e93e7f = new google.maps.Geocoder();g_9c3b48e9e6695ff84bf4da5da1e93e7f.geocode( { 'address': "226 S 2nd St, Sterling, CO 80751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-CO-pilkington-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('sterling-CO-pilkington-financial-services'), mapOptions);}document.getElementById('dfb405cb').innerHTML += ' | View Map';var $l9c3b48e9e6695ff84bf4da5da1e93e7f = '

Pilkington Financial Services

Address: 226 S 2nd St, Sterling, CO 80751, USA
Phone: (970) 522-6836
';var m_9c3b48e9e6695ff84bf4da5da1e93e7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pilkington Financial Services',});m_9c3b48e9e6695ff84bf4da5da1e93e7f['infowindow'] = new google.maps.InfoWindow({content: $l9c3b48e9e6695ff84bf4da5da1e93e7f});var infowindow = new google.maps.InfoWindow({content: $l9c3b48e9e6695ff84bf4da5da1e93e7f});google.maps.event.addListener(m_9c3b48e9e6695ff84bf4da5da1e93e7f, 'click', function() {infowindow.open(map,m_9c3b48e9e6695ff84bf4da5da1e93e7f);});$marker.push(m_9c3b48e9e6695ff84bf4da5da1e93e7f);}});}google.maps.event.addDomListener(window, 'load', initialize);