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.99,-104.505)};var g_29e0ab8974bb83706d4c196dcd6e413c = new google.maps.Geocoder();g_29e0ab8974bb83706d4c196dcd6e413c.geocode( { 'address': "7495 Mclaughlin Rd, Peyton, CO 80831"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peyton-CO-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('peyton-CO-state-bank'), mapOptions);}document.getElementById('ab272e91').innerHTML += ' | View Map';var $l29e0ab8974bb83706d4c196dcd6e413c = '

State Bank

Address: 7495 Mclaughlin Rd, Peyton, CO 80831
Phone: (719) 494-2265
';var m_29e0ab8974bb83706d4c196dcd6e413c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank',});m_29e0ab8974bb83706d4c196dcd6e413c['infowindow'] = new google.maps.InfoWindow({content: $l29e0ab8974bb83706d4c196dcd6e413c});var infowindow = new google.maps.InfoWindow({content: $l29e0ab8974bb83706d4c196dcd6e413c});google.maps.event.addListener(m_29e0ab8974bb83706d4c196dcd6e413c, 'click', function() {infowindow.open(map,m_29e0ab8974bb83706d4c196dcd6e413c);});$marker.push(m_29e0ab8974bb83706d4c196dcd6e413c);}});}google.maps.event.addDomListener(window, 'load', initialize);