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(39.8319,-104.894)};var g_223cbeea72ad6d8bdc7413036415830b = new google.maps.Geocoder();g_223cbeea72ad6d8bdc7413036415830b.geocode( { 'address': "15580 E 104th Ave, Commerce City, CO 80022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('commerce-city-CO-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('commerce-city-CO-bbva-compass'), mapOptions);}document.getElementById('06607bf9').innerHTML += ' | View Map';var $l223cbeea72ad6d8bdc7413036415830b = '

BBVA Compass

Address: 15580 E 104th Ave, Commerce City, CO 80022
Phone: (303) 390-4775
';var m_223cbeea72ad6d8bdc7413036415830b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_223cbeea72ad6d8bdc7413036415830b['infowindow'] = new google.maps.InfoWindow({content: $l223cbeea72ad6d8bdc7413036415830b});var infowindow = new google.maps.InfoWindow({content: $l223cbeea72ad6d8bdc7413036415830b});google.maps.event.addListener(m_223cbeea72ad6d8bdc7413036415830b, 'click', function() {infowindow.open(map,m_223cbeea72ad6d8bdc7413036415830b);});$marker.push(m_223cbeea72ad6d8bdc7413036415830b);}});}google.maps.event.addDomListener(window, 'load', initialize);