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.6227,-75.3808)};var g_310b56172e13fe8088c14c82abd75cc0 = new google.maps.Geocoder();g_310b56172e13fe8088c14c82abd75cc0.geocode( { 'address': "60 W Broad St # 302, Bethlehem, PA 18018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-g-f-pension-corporation').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-g-f-pension-corporation'), mapOptions);}document.getElementById('21aed90e').innerHTML += ' | View Map';var $l310b56172e13fe8088c14c82abd75cc0 = '

G F Pension Corporation

Address: 60 W Broad St # 302, Bethlehem, PA 18018, USA
Phone: (610) 974-9525
';var m_310b56172e13fe8088c14c82abd75cc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'G F Pension Corporation',});m_310b56172e13fe8088c14c82abd75cc0['infowindow'] = new google.maps.InfoWindow({content: $l310b56172e13fe8088c14c82abd75cc0});var infowindow = new google.maps.InfoWindow({content: $l310b56172e13fe8088c14c82abd75cc0});google.maps.event.addListener(m_310b56172e13fe8088c14c82abd75cc0, 'click', function() {infowindow.open(map,m_310b56172e13fe8088c14c82abd75cc0);});$marker.push(m_310b56172e13fe8088c14c82abd75cc0);}});}google.maps.event.addDomListener(window, 'load', initialize);