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.0138,-75.2317)};var g_cc28103e41bdb8a46f6075af44270337 = new google.maps.Geocoder();g_cc28103e41bdb8a46f6075af44270337.geocode( { 'address': "1 Belmont Ave, Bala Cynwyd, PA 19004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bala-cynwyd-PA-welco-securities-inc').style.display = '';map = new google.maps.Map(document.getElementById('bala-cynwyd-PA-welco-securities-inc'), mapOptions);}document.getElementById('c2fccf47').innerHTML += ' | View Map';var $lcc28103e41bdb8a46f6075af44270337 = '

Welco Securities, Inc.

Address: 1 Belmont Ave, Bala Cynwyd, PA 19004
Phone: (610) 668-0700
';var m_cc28103e41bdb8a46f6075af44270337 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Welco Securities, Inc.',});m_cc28103e41bdb8a46f6075af44270337['infowindow'] = new google.maps.InfoWindow({content: $lcc28103e41bdb8a46f6075af44270337});var infowindow = new google.maps.InfoWindow({content: $lcc28103e41bdb8a46f6075af44270337});google.maps.event.addListener(m_cc28103e41bdb8a46f6075af44270337, 'click', function() {infowindow.open(map,m_cc28103e41bdb8a46f6075af44270337);});$marker.push(m_cc28103e41bdb8a46f6075af44270337);}});}google.maps.event.addDomListener(window, 'load', initialize);