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(47.7002,-117.411)};var g_b320639ac6bb3a4399e528e800543873 = new google.maps.Geocoder();g_b320639ac6bb3a4399e528e800543873.geocode( { 'address': "4610 N Division St, Spokane, WA 99207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-cogo-capital').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-cogo-capital'), mapOptions);}document.getElementById('d79d5d49').innerHTML += ' | View Map';var $lb320639ac6bb3a4399e528e800543873 = '

Cogo Capital

Address: 4610 N Division St, Spokane, WA 99207, USA
Phone: (800) 369-4237
';var m_b320639ac6bb3a4399e528e800543873 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cogo Capital',});m_b320639ac6bb3a4399e528e800543873['infowindow'] = new google.maps.InfoWindow({content: $lb320639ac6bb3a4399e528e800543873});var infowindow = new google.maps.InfoWindow({content: $lb320639ac6bb3a4399e528e800543873});google.maps.event.addListener(m_b320639ac6bb3a4399e528e800543873, 'click', function() {infowindow.open(map,m_b320639ac6bb3a4399e528e800543873);});$marker.push(m_b320639ac6bb3a4399e528e800543873);}});}google.maps.event.addDomListener(window, 'load', initialize);