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.7211,-105.2)};var g_702dddd30b99f49a236b5aa4030d0059 = new google.maps.Geocoder();g_702dddd30b99f49a236b5aa4030d0059.geocode( { 'address': "17691 W Colfax Ave, Golden, CO 80401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('golden-CO-bbva-compass-atm').style.display = '';map = new google.maps.Map(document.getElementById('golden-CO-bbva-compass-atm'), mapOptions);}document.getElementById('9c38ce6f').innerHTML += ' | View Map';var $l702dddd30b99f49a236b5aa4030d0059 = '

BBVA Compass ATM

Address: 17691 W Colfax Ave, Golden, CO 80401, USA
Phone: (800) 266-7277
';var m_702dddd30b99f49a236b5aa4030d0059 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass ATM',});m_702dddd30b99f49a236b5aa4030d0059['infowindow'] = new google.maps.InfoWindow({content: $l702dddd30b99f49a236b5aa4030d0059});var infowindow = new google.maps.InfoWindow({content: $l702dddd30b99f49a236b5aa4030d0059});google.maps.event.addListener(m_702dddd30b99f49a236b5aa4030d0059, 'click', function() {infowindow.open(map,m_702dddd30b99f49a236b5aa4030d0059);});$marker.push(m_702dddd30b99f49a236b5aa4030d0059);}});}google.maps.event.addDomListener(window, 'load', initialize);