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.0992,-74.8703)};var g_17887856024f101676695944f1f6a26e = new google.maps.Geocoder();g_17887856024f101676695944f1f6a26e.geocode( { 'address': "2664 Bristol Pike, Bristol, PA 19007, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-PA-helm-associates').style.display = '';map = new google.maps.Map(document.getElementById('bristol-PA-helm-associates'), mapOptions);}document.getElementById('b5e80bcb').innerHTML += ' | View Map';var $l17887856024f101676695944f1f6a26e = '

Helm Associates

Address: 2664 Bristol Pike, Bristol, PA 19007, USA
Phone: (215) 781-6776
';var m_17887856024f101676695944f1f6a26e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Helm Associates',});m_17887856024f101676695944f1f6a26e['infowindow'] = new google.maps.InfoWindow({content: $l17887856024f101676695944f1f6a26e});var infowindow = new google.maps.InfoWindow({content: $l17887856024f101676695944f1f6a26e});google.maps.event.addListener(m_17887856024f101676695944f1f6a26e, 'click', function() {infowindow.open(map,m_17887856024f101676695944f1f6a26e);});$marker.push(m_17887856024f101676695944f1f6a26e);}});}google.maps.event.addDomListener(window, 'load', initialize);