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_c36615321286c6ac958ad820ab896fb4 = new google.maps.Geocoder();g_c36615321286c6ac958ad820ab896fb4.geocode( { 'address': "1000 W 6th St, Pueblo, CO 81003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pueblo-CO-abc-bank').style.display = '';map = new google.maps.Map(document.getElementById('pueblo-CO-abc-bank'), mapOptions);}document.getElementById('00f62cd4').innerHTML += ' | View Map';var $lc36615321286c6ac958ad820ab896fb4 = '

ABC Bank

Address: 1000 W 6th St, Pueblo, CO 81003
Phone: (719) 595-7300
';var m_c36615321286c6ac958ad820ab896fb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ABC Bank',});m_c36615321286c6ac958ad820ab896fb4['infowindow'] = new google.maps.InfoWindow({content: $lc36615321286c6ac958ad820ab896fb4});var infowindow = new google.maps.InfoWindow({content: $lc36615321286c6ac958ad820ab896fb4});google.maps.event.addListener(m_c36615321286c6ac958ad820ab896fb4, 'click', function() {infowindow.open(map,m_c36615321286c6ac958ad820ab896fb4);});$marker.push(m_c36615321286c6ac958ad820ab896fb4);}});}google.maps.event.addDomListener(window, 'load', initialize);