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.9003,-75.3367)};var g_5addc429b39957a9752b0f32f6a4019c = new google.maps.Geocoder();g_5addc429b39957a9752b0f32f6a4019c.geocode( { 'address': "365 Lauren Ln, Swarthmore, PA 19081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swarthmore-PA-mason-huddell').style.display = '';map = new google.maps.Map(document.getElementById('swarthmore-PA-mason-huddell'), mapOptions);}document.getElementById('286e66b8').innerHTML += ' | View Map';var $l5addc429b39957a9752b0f32f6a4019c = '

Mason Huddell

Address: 365 Lauren Ln, Swarthmore, PA 19081, USA
Phone: (610) 842-7739
';var m_5addc429b39957a9752b0f32f6a4019c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mason Huddell',});m_5addc429b39957a9752b0f32f6a4019c['infowindow'] = new google.maps.InfoWindow({content: $l5addc429b39957a9752b0f32f6a4019c});var infowindow = new google.maps.InfoWindow({content: $l5addc429b39957a9752b0f32f6a4019c});google.maps.event.addListener(m_5addc429b39957a9752b0f32f6a4019c, 'click', function() {infowindow.open(map,m_5addc429b39957a9752b0f32f6a4019c);});$marker.push(m_5addc429b39957a9752b0f32f6a4019c);}});}google.maps.event.addDomListener(window, 'load', initialize);