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.4532,-75.3642)};var g_da8f01d7f98d024b5edc57f1c45fda15 = new google.maps.Geocoder();g_da8f01d7f98d024b5edc57f1c45fda15.geocode( { 'address': "120 N West End Blvd, Quakertown, PA 18951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quakertown-PA-trainers-corner-branch').style.display = '';map = new google.maps.Map(document.getElementById('quakertown-PA-trainers-corner-branch'), mapOptions);}document.getElementById('6fa6fdf4').innerHTML += ' | View Map';var $lda8f01d7f98d024b5edc57f1c45fda15 = '

Trainer's Corner Branch

Address: 120 N West End Blvd, Quakertown, PA 18951, USA
Phone: (215) 538-2383
';var m_da8f01d7f98d024b5edc57f1c45fda15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trainer's Corner Branch',});m_da8f01d7f98d024b5edc57f1c45fda15['infowindow'] = new google.maps.InfoWindow({content: $lda8f01d7f98d024b5edc57f1c45fda15});var infowindow = new google.maps.InfoWindow({content: $lda8f01d7f98d024b5edc57f1c45fda15});google.maps.event.addListener(m_da8f01d7f98d024b5edc57f1c45fda15, 'click', function() {infowindow.open(map,m_da8f01d7f98d024b5edc57f1c45fda15);});$marker.push(m_da8f01d7f98d024b5edc57f1c45fda15);}});}google.maps.event.addDomListener(window, 'load', initialize);