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.8804,-106.297)};var g_6bea0302f5aaab6a0700a70eaf85605e = new google.maps.Geocoder();g_6bea0302f5aaab6a0700a70eaf85605e.geocode( { 'address': "1200 Trinity Dr, Los Alamos, NM 87544, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-alamos-NM-trinity-capital-corporation').style.display = '';map = new google.maps.Map(document.getElementById('los-alamos-NM-trinity-capital-corporation'), mapOptions);}document.getElementById('87c2f943').innerHTML += ' | View Map';var $l6bea0302f5aaab6a0700a70eaf85605e = '

Trinity Capital Corporation

Address: 1200 Trinity Dr, Los Alamos, NM 87544, USA
Phone: (505) 662-5171
';var m_6bea0302f5aaab6a0700a70eaf85605e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trinity Capital Corporation',});m_6bea0302f5aaab6a0700a70eaf85605e['infowindow'] = new google.maps.InfoWindow({content: $l6bea0302f5aaab6a0700a70eaf85605e});var infowindow = new google.maps.InfoWindow({content: $l6bea0302f5aaab6a0700a70eaf85605e});google.maps.event.addListener(m_6bea0302f5aaab6a0700a70eaf85605e, 'click', function() {infowindow.open(map,m_6bea0302f5aaab6a0700a70eaf85605e);});$marker.push(m_6bea0302f5aaab6a0700a70eaf85605e);}});}google.maps.event.addDomListener(window, 'load', initialize);