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.6216,-103.21)};var g_44c4a19f904327a4b3ba53fdd25ab687 = new google.maps.Geocoder();g_44c4a19f904327a4b3ba53fdd25ab687.geocode( { 'address': "229 S 3rd St, Sterling, CO 80751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-CO-premier-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('sterling-CO-premier-farm-credit'), mapOptions);}document.getElementById('00178fb4').innerHTML += ' | View Map';var $l44c4a19f904327a4b3ba53fdd25ab687 = '

Premier Farm Credit

Address: 229 S 3rd St, Sterling, CO 80751, USA
Phone: (970) 522-2330
';var m_44c4a19f904327a4b3ba53fdd25ab687 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Farm Credit',});m_44c4a19f904327a4b3ba53fdd25ab687['infowindow'] = new google.maps.InfoWindow({content: $l44c4a19f904327a4b3ba53fdd25ab687});var infowindow = new google.maps.InfoWindow({content: $l44c4a19f904327a4b3ba53fdd25ab687});google.maps.event.addListener(m_44c4a19f904327a4b3ba53fdd25ab687, 'click', function() {infowindow.open(map,m_44c4a19f904327a4b3ba53fdd25ab687);});$marker.push(m_44c4a19f904327a4b3ba53fdd25ab687);}});}google.maps.event.addDomListener(window, 'load', initialize);