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(40.0975,-75.4096)};var g_3baa67cdc16142ce00fb83870f7bf21c = new google.maps.Geocoder();g_3baa67cdc16142ce00fb83870f7bf21c.geocode( { 'address': "1060 1st Ave #400, King of Prussia, PA 19406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-credit-blueprint').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-credit-blueprint'), mapOptions);}document.getElementById('b2c70739').innerHTML += ' | View Map';var $l3baa67cdc16142ce00fb83870f7bf21c = '

Credit Blueprint

Address: 1060 1st Ave #400, King of Prussia, PA 19406, USA
Phone: (610) 768-8048
';var m_3baa67cdc16142ce00fb83870f7bf21c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Blueprint',});m_3baa67cdc16142ce00fb83870f7bf21c['infowindow'] = new google.maps.InfoWindow({content: $l3baa67cdc16142ce00fb83870f7bf21c});var infowindow = new google.maps.InfoWindow({content: $l3baa67cdc16142ce00fb83870f7bf21c});google.maps.event.addListener(m_3baa67cdc16142ce00fb83870f7bf21c, 'click', function() {infowindow.open(map,m_3baa67cdc16142ce00fb83870f7bf21c);});$marker.push(m_3baa67cdc16142ce00fb83870f7bf21c);}});}google.maps.event.addDomListener(window, 'load', initialize);