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.3416,-104.529)};var g_49c5e16157922ea55efd28991c653dc0 = new google.maps.Geocoder();g_49c5e16157922ea55efd28991c653dc0.geocode( { 'address': "301 1st St, Kersey, CO 80644"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kersey-CO-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('kersey-CO-first-national-bank'), mapOptions);}document.getElementById('5a7f37b9').innerHTML += ' | View Map';var $l49c5e16157922ea55efd28991c653dc0 = '

First National Bank

Address: 301 1st St, Kersey, CO 80644
Phone: (970) 346-5050
';var m_49c5e16157922ea55efd28991c653dc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_49c5e16157922ea55efd28991c653dc0['infowindow'] = new google.maps.InfoWindow({content: $l49c5e16157922ea55efd28991c653dc0});var infowindow = new google.maps.InfoWindow({content: $l49c5e16157922ea55efd28991c653dc0});google.maps.event.addListener(m_49c5e16157922ea55efd28991c653dc0, 'click', function() {infowindow.open(map,m_49c5e16157922ea55efd28991c653dc0);});$marker.push(m_49c5e16157922ea55efd28991c653dc0);}});}google.maps.event.addDomListener(window, 'load', initialize);