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.1239,-75.1311)};var g_86ce8ec21743175297a7093dbb8d35dd = new google.maps.Geocoder();g_86ce8ec21743175297a7093dbb8d35dd.geocode( { 'address': "1329 Easton Rd, Abington, PA 19001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abington-PA-first-naigra').style.display = '';map = new google.maps.Map(document.getElementById('abington-PA-first-naigra'), mapOptions);}document.getElementById('b080f2b0').innerHTML += ' | View Map';var $l86ce8ec21743175297a7093dbb8d35dd = '

First Naigra

Address: 1329 Easton Rd, Abington, PA 19001
Phone: (215) 481-9250
';var m_86ce8ec21743175297a7093dbb8d35dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Naigra',});m_86ce8ec21743175297a7093dbb8d35dd['infowindow'] = new google.maps.InfoWindow({content: $l86ce8ec21743175297a7093dbb8d35dd});var infowindow = new google.maps.InfoWindow({content: $l86ce8ec21743175297a7093dbb8d35dd});google.maps.event.addListener(m_86ce8ec21743175297a7093dbb8d35dd, 'click', function() {infowindow.open(map,m_86ce8ec21743175297a7093dbb8d35dd);});$marker.push(m_86ce8ec21743175297a7093dbb8d35dd);}});}google.maps.event.addDomListener(window, 'load', initialize);