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.6817,-102.839)};var g_843ef058d8c8f5b123fb13f457421178 = new google.maps.Geocoder();g_843ef058d8c8f5b123fb13f457421178.geocode( { 'address': "201 N Logan Ave, Fleming, CO 80728, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fleming-CO-first-national-bank-fleming').style.display = '';map = new google.maps.Map(document.getElementById('fleming-CO-first-national-bank-fleming'), mapOptions);}document.getElementById('3b328b65').innerHTML += ' | View Map';var $l843ef058d8c8f5b123fb13f457421178 = '

First National Bank-Fleming

Address: 201 N Logan Ave, Fleming, CO 80728, USA
Phone: (970) 265-2555
';var m_843ef058d8c8f5b123fb13f457421178 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Fleming',});m_843ef058d8c8f5b123fb13f457421178['infowindow'] = new google.maps.InfoWindow({content: $l843ef058d8c8f5b123fb13f457421178});var infowindow = new google.maps.InfoWindow({content: $l843ef058d8c8f5b123fb13f457421178});google.maps.event.addListener(m_843ef058d8c8f5b123fb13f457421178, 'click', function() {infowindow.open(map,m_843ef058d8c8f5b123fb13f457421178);});$marker.push(m_843ef058d8c8f5b123fb13f457421178);}});}google.maps.event.addDomListener(window, 'load', initialize);