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.1159,-75.3737)};var g_3138886b20d6766816465b170deb098b = new google.maps.Geocoder();g_3138886b20d6766816465b170deb098b.geocode( { 'address': "314 S Henderson Rd, King Of Prussia, PA 19406"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-togatm').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-togatm'), mapOptions);}document.getElementById('95b9a149').innerHTML += ' | View Map';var $l3138886b20d6766816465b170deb098b = '

Togatm

Address: 314 S Henderson Rd, King Of Prussia, PA 19406
Phone: (610) 337-2751
';var m_3138886b20d6766816465b170deb098b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Togatm',});m_3138886b20d6766816465b170deb098b['infowindow'] = new google.maps.InfoWindow({content: $l3138886b20d6766816465b170deb098b});var infowindow = new google.maps.InfoWindow({content: $l3138886b20d6766816465b170deb098b});google.maps.event.addListener(m_3138886b20d6766816465b170deb098b, 'click', function() {infowindow.open(map,m_3138886b20d6766816465b170deb098b);});$marker.push(m_3138886b20d6766816465b170deb098b);}});}google.maps.event.addDomListener(window, 'load', initialize);