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.793,-105.137)};var g_4d9b83460259084250f1c50dedc2745a = new google.maps.Geocoder();g_4d9b83460259084250f1c50dedc2745a.geocode( { 'address': "5310 Ward Rd #07, Arvada, CO 80002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arvada-CO-warrior-accounting-and-consulting').style.display = '';map = new google.maps.Map(document.getElementById('arvada-CO-warrior-accounting-and-consulting'), mapOptions);}document.getElementById('2ddf92b8').innerHTML += ' | View Map';var $l4d9b83460259084250f1c50dedc2745a = '

Warrior Accounting and Consulting

Address: 5310 Ward Rd #07, Arvada, CO 80002, USA
Phone: (720) 981-1467
';var m_4d9b83460259084250f1c50dedc2745a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Warrior Accounting and Consulting',});m_4d9b83460259084250f1c50dedc2745a['infowindow'] = new google.maps.InfoWindow({content: $l4d9b83460259084250f1c50dedc2745a});var infowindow = new google.maps.InfoWindow({content: $l4d9b83460259084250f1c50dedc2745a});google.maps.event.addListener(m_4d9b83460259084250f1c50dedc2745a, 'click', function() {infowindow.open(map,m_4d9b83460259084250f1c50dedc2745a);});$marker.push(m_4d9b83460259084250f1c50dedc2745a);}});}google.maps.event.addDomListener(window, 'load', initialize);