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.5986,-122.334)};var g_85792ea1c4e8beb6a582e8cceb6b6f4b = new google.maps.Geocoder();g_85792ea1c4e8beb6a582e8cceb6b6f4b.geocode( { 'address': "100 S King St # 310, Seattle, WA 98104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-construction-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-construction-credit-corporation'), mapOptions);}document.getElementById('a5cdf3c9').innerHTML += ' | View Map';var $l85792ea1c4e8beb6a582e8cceb6b6f4b = '

Construction Credit Corporation

Address: 100 S King St # 310, Seattle, WA 98104, USA
Phone: (206) 624-5878
';var m_85792ea1c4e8beb6a582e8cceb6b6f4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Construction Credit Corporation',});m_85792ea1c4e8beb6a582e8cceb6b6f4b['infowindow'] = new google.maps.InfoWindow({content: $l85792ea1c4e8beb6a582e8cceb6b6f4b});var infowindow = new google.maps.InfoWindow({content: $l85792ea1c4e8beb6a582e8cceb6b6f4b});google.maps.event.addListener(m_85792ea1c4e8beb6a582e8cceb6b6f4b, 'click', function() {infowindow.open(map,m_85792ea1c4e8beb6a582e8cceb6b6f4b);});$marker.push(m_85792ea1c4e8beb6a582e8cceb6b6f4b);}});}google.maps.event.addDomListener(window, 'load', initialize);