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.0968,-106.495)};var g_37dfc7bd7cac661e0a5418717629b0fe = new google.maps.Geocoder();g_37dfc7bd7cac661e0a5418717629b0fe.geocode( { 'address': "1601 Pablo Ct NE, Albuquerque, NM 87112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-common-bond-communications-inc').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-common-bond-communications-inc'), mapOptions);}document.getElementById('9aaea61b').innerHTML += ' | View Map';var $l37dfc7bd7cac661e0a5418717629b0fe = '

Common Bond Communications Inc

Address: 1601 Pablo Ct NE, Albuquerque, NM 87112, USA
Phone: (505) 247-3182
';var m_37dfc7bd7cac661e0a5418717629b0fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Common Bond Communications Inc',});m_37dfc7bd7cac661e0a5418717629b0fe['infowindow'] = new google.maps.InfoWindow({content: $l37dfc7bd7cac661e0a5418717629b0fe});var infowindow = new google.maps.InfoWindow({content: $l37dfc7bd7cac661e0a5418717629b0fe});google.maps.event.addListener(m_37dfc7bd7cac661e0a5418717629b0fe, 'click', function() {infowindow.open(map,m_37dfc7bd7cac661e0a5418717629b0fe);});$marker.push(m_37dfc7bd7cac661e0a5418717629b0fe);}});}google.maps.event.addDomListener(window, 'load', initialize);