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.7891,-105.113)};var g_92572f21ea27d89eef36cb45b3fd3218 = new google.maps.Geocoder();g_92572f21ea27d89eef36cb45b3fd3218.geocode( { 'address': "5091 Kipling St, Wheat Ridge, CO 80033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheat-ridge-CO-bellco-atm').style.display = '';map = new google.maps.Map(document.getElementById('wheat-ridge-CO-bellco-atm'), mapOptions);}document.getElementById('4626d18d').innerHTML += ' | View Map';var $l92572f21ea27d89eef36cb45b3fd3218 = '

Bellco ATM

Address: 5091 Kipling St, Wheat Ridge, CO 80033, USA
Phone: (800) 235-5261
';var m_92572f21ea27d89eef36cb45b3fd3218 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bellco ATM',});m_92572f21ea27d89eef36cb45b3fd3218['infowindow'] = new google.maps.InfoWindow({content: $l92572f21ea27d89eef36cb45b3fd3218});var infowindow = new google.maps.InfoWindow({content: $l92572f21ea27d89eef36cb45b3fd3218});google.maps.event.addListener(m_92572f21ea27d89eef36cb45b3fd3218, 'click', function() {infowindow.open(map,m_92572f21ea27d89eef36cb45b3fd3218);});$marker.push(m_92572f21ea27d89eef36cb45b3fd3218);}});}google.maps.event.addDomListener(window, 'load', initialize);