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.0805,-108.541)};var g_57956728e67d4497d11f40160c65d910 = new google.maps.Geocoder();g_57956728e67d4497d11f40160c65d910.geocode( { 'address': "2830 North Ave, Grand Junction, CO 81501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-junction-CO-anb-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('grand-junction-CO-anb-bank-atm'), mapOptions);}document.getElementById('c8de6726').innerHTML += ' | View Map';var $l57956728e67d4497d11f40160c65d910 = '

ANB Bank ATM

Address: 2830 North Ave, Grand Junction, CO 81501
Phone: (970) 242-5211
';var m_57956728e67d4497d11f40160c65d910 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ANB Bank ATM',});m_57956728e67d4497d11f40160c65d910['infowindow'] = new google.maps.InfoWindow({content: $l57956728e67d4497d11f40160c65d910});var infowindow = new google.maps.InfoWindow({content: $l57956728e67d4497d11f40160c65d910});google.maps.event.addListener(m_57956728e67d4497d11f40160c65d910, 'click', function() {infowindow.open(map,m_57956728e67d4497d11f40160c65d910);});$marker.push(m_57956728e67d4497d11f40160c65d910);}});}google.maps.event.addDomListener(window, 'load', initialize);