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_99709d43c60597cfe01d7d959fc166b1 = new google.maps.Geocoder();g_99709d43c60597cfe01d7d959fc166b1.geocode( { 'address': "1201 San Pedro Dr NE, Albuquerque, NM 87110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-compass-bank'), mapOptions);}document.getElementById('d4bc41b2').innerHTML += ' | View Map';var $l99709d43c60597cfe01d7d959fc166b1 = '

Compass Bank

Address: 1201 San Pedro Dr NE, Albuquerque, NM 87110
Phone: (505) 888-9101
';var m_99709d43c60597cfe01d7d959fc166b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass Bank',});m_99709d43c60597cfe01d7d959fc166b1['infowindow'] = new google.maps.InfoWindow({content: $l99709d43c60597cfe01d7d959fc166b1});var infowindow = new google.maps.InfoWindow({content: $l99709d43c60597cfe01d7d959fc166b1});google.maps.event.addListener(m_99709d43c60597cfe01d7d959fc166b1, 'click', function() {infowindow.open(map,m_99709d43c60597cfe01d7d959fc166b1);});$marker.push(m_99709d43c60597cfe01d7d959fc166b1);}});}google.maps.event.addDomListener(window, 'load', initialize);