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.2852,-104.577)};var g_4a893a88d15d3770375c5410eca302f3 = new google.maps.Geocoder();g_4a893a88d15d3770375c5410eca302f3.geocode( { 'address': "1419 W US Highway 50, Pueblo, CO 81008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pueblo-CO-first-oak-bank').style.display = '';map = new google.maps.Map(document.getElementById('pueblo-CO-first-oak-bank'), mapOptions);}document.getElementById('7ac64913').innerHTML += ' | View Map';var $l4a893a88d15d3770375c5410eca302f3 = '

First Oak Bank

Address: 1419 W US Highway 50, Pueblo, CO 81008
Phone: (719) 544-2265
';var m_4a893a88d15d3770375c5410eca302f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Oak Bank',});m_4a893a88d15d3770375c5410eca302f3['infowindow'] = new google.maps.InfoWindow({content: $l4a893a88d15d3770375c5410eca302f3});var infowindow = new google.maps.InfoWindow({content: $l4a893a88d15d3770375c5410eca302f3});google.maps.event.addListener(m_4a893a88d15d3770375c5410eca302f3, 'click', function() {infowindow.open(map,m_4a893a88d15d3770375c5410eca302f3);});$marker.push(m_4a893a88d15d3770375c5410eca302f3);}});}google.maps.event.addDomListener(window, 'load', initialize);