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,-75.4111)};var g_1595af6435015c77a7149e92a551338e = new google.maps.Geocoder();g_1595af6435015c77a7149e92a551338e.geocode( { 'address': "720 Moore Rd, King of Prussia, PA 19406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-comtrust-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-comtrust-federal-credit-union-atm'), mapOptions);}document.getElementById('1e8e920a').innerHTML += ' | View Map';var $l1595af6435015c77a7149e92a551338e = '

Comtrust Federal Credit Union ATM

Address: 720 Moore Rd, King of Prussia, PA 19406, USA
Phone: (610) 337-0357
';var m_1595af6435015c77a7149e92a551338e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comtrust Federal Credit Union ATM',});m_1595af6435015c77a7149e92a551338e['infowindow'] = new google.maps.InfoWindow({content: $l1595af6435015c77a7149e92a551338e});var infowindow = new google.maps.InfoWindow({content: $l1595af6435015c77a7149e92a551338e});google.maps.event.addListener(m_1595af6435015c77a7149e92a551338e, 'click', function() {infowindow.open(map,m_1595af6435015c77a7149e92a551338e);});$marker.push(m_1595af6435015c77a7149e92a551338e);}});}google.maps.event.addDomListener(window, 'load', initialize);