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(35.2005,-106.643)};var g_8b2112b1064c167cfbccbdeb2b5841f2 = new google.maps.Geocoder();g_8b2112b1064c167cfbccbdeb2b5841f2.geocode( { 'address': "4904 Alameda Blvd NE, Albuquerque, NM 87113"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-community-bank'), mapOptions);}document.getElementById('4f74c0cc').innerHTML += ' | View Map';var $l8b2112b1064c167cfbccbdeb2b5841f2 = '

Community Bank

Address: 4904 Alameda Blvd NE, Albuquerque, NM 87113
Phone: (505) 890-6465
';var m_8b2112b1064c167cfbccbdeb2b5841f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_8b2112b1064c167cfbccbdeb2b5841f2['infowindow'] = new google.maps.InfoWindow({content: $l8b2112b1064c167cfbccbdeb2b5841f2});var infowindow = new google.maps.InfoWindow({content: $l8b2112b1064c167cfbccbdeb2b5841f2});google.maps.event.addListener(m_8b2112b1064c167cfbccbdeb2b5841f2, 'click', function() {infowindow.open(map,m_8b2112b1064c167cfbccbdeb2b5841f2);});$marker.push(m_8b2112b1064c167cfbccbdeb2b5841f2);}});}google.maps.event.addDomListener(window, 'load', initialize);