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.183,-75.4502)};var g_f312889cf65908647c57d219b7fc956f = new google.maps.Geocoder();g_f312889cf65908647c57d219b7fc956f.geocode( { 'address': "78 2nd Ave, Collegeville, PA 19426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collegeville-PA-indigo-capital-corporation').style.display = '';map = new google.maps.Map(document.getElementById('collegeville-PA-indigo-capital-corporation'), mapOptions);}document.getElementById('d4c05d73').innerHTML += ' | View Map';var $lf312889cf65908647c57d219b7fc956f = '

Indigo Capital Corporation

Address: 78 2nd Ave, Collegeville, PA 19426, USA
Phone: (610) 454-1100
';var m_f312889cf65908647c57d219b7fc956f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indigo Capital Corporation',});m_f312889cf65908647c57d219b7fc956f['infowindow'] = new google.maps.InfoWindow({content: $lf312889cf65908647c57d219b7fc956f});var infowindow = new google.maps.InfoWindow({content: $lf312889cf65908647c57d219b7fc956f});google.maps.event.addListener(m_f312889cf65908647c57d219b7fc956f, 'click', function() {infowindow.open(map,m_f312889cf65908647c57d219b7fc956f);});$marker.push(m_f312889cf65908647c57d219b7fc956f);}});}google.maps.event.addDomListener(window, 'load', initialize);