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.6186,-102.853)};var g_58661be7f4d35e5308031c7e97141735 = new google.maps.Geocoder();g_58661be7f4d35e5308031c7e97141735.geocode( { 'address': "201 N Logan Ave, Fleming, CO 80728"}, 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('de86655e').innerHTML += ' | View Map';var $l58661be7f4d35e5308031c7e97141735 = '

First National Bank-Fleming

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