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.6111,-80.1008)};var g_22cd6b7c1c43121c530bd548c724ecfb = new google.maps.Geocoder();g_22cd6b7c1c43121c530bd548c724ecfb.geocode( { 'address': "2605 Nicholson Rd, Sewickley, PA 15143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sewickley-PA-build-a-home').style.display = '';map = new google.maps.Map(document.getElementById('sewickley-PA-build-a-home'), mapOptions);}document.getElementById('6dccd0a6').innerHTML += ' | View Map';var $l22cd6b7c1c43121c530bd548c724ecfb = '

Build A Home

Address: 2605 Nicholson Rd, Sewickley, PA 15143, USA
Phone: (724) 934-7500
';var m_22cd6b7c1c43121c530bd548c724ecfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Build A Home',});m_22cd6b7c1c43121c530bd548c724ecfb['infowindow'] = new google.maps.InfoWindow({content: $l22cd6b7c1c43121c530bd548c724ecfb});var infowindow = new google.maps.InfoWindow({content: $l22cd6b7c1c43121c530bd548c724ecfb});google.maps.event.addListener(m_22cd6b7c1c43121c530bd548c724ecfb, 'click', function() {infowindow.open(map,m_22cd6b7c1c43121c530bd548c724ecfb);});$marker.push(m_22cd6b7c1c43121c530bd548c724ecfb);}});}google.maps.event.addDomListener(window, 'load', initialize);