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(38.9887,-105.048)};var g_d19d7cd51d2a3fc08965794b9b7566cf = new google.maps.Geocoder();g_d19d7cd51d2a3fc08965794b9b7566cf.geocode( { 'address': "651 S Scott Ave, Woodland Park, CO 80863, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodland-park-CO-peoples-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodland-park-CO-peoples-national-bank'), mapOptions);}document.getElementById('ee31770c').innerHTML += ' | View Map';var $ld19d7cd51d2a3fc08965794b9b7566cf = '

Peoples National Bank

Address: 651 S Scott Ave, Woodland Park, CO 80863, USA
Phone: (719) 686-7381
';var m_d19d7cd51d2a3fc08965794b9b7566cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples National Bank',});m_d19d7cd51d2a3fc08965794b9b7566cf['infowindow'] = new google.maps.InfoWindow({content: $ld19d7cd51d2a3fc08965794b9b7566cf});var infowindow = new google.maps.InfoWindow({content: $ld19d7cd51d2a3fc08965794b9b7566cf});google.maps.event.addListener(m_d19d7cd51d2a3fc08965794b9b7566cf, 'click', function() {infowindow.open(map,m_d19d7cd51d2a3fc08965794b9b7566cf);});$marker.push(m_d19d7cd51d2a3fc08965794b9b7566cf);}});}google.maps.event.addDomListener(window, 'load', initialize);