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.249,-75.2962)};var g_e83e5101097378481d30ccb586a66c7a = new google.maps.Geocoder();g_e83e5101097378481d30ccb586a66c7a.geocode( { 'address': "1054 Main Street, Lansdale, PA 19446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansdale-PA-fast-cash-inc').style.display = '';map = new google.maps.Map(document.getElementById('lansdale-PA-fast-cash-inc'), mapOptions);}document.getElementById('076fb962').innerHTML += ' | View Map';var $le83e5101097378481d30ccb586a66c7a = '

Fast Cash, Inc

Address: 1054 Main Street, Lansdale, PA 19446, USA
Phone: (215) 855-5091
';var m_e83e5101097378481d30ccb586a66c7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Cash, Inc',});m_e83e5101097378481d30ccb586a66c7a['infowindow'] = new google.maps.InfoWindow({content: $le83e5101097378481d30ccb586a66c7a});var infowindow = new google.maps.InfoWindow({content: $le83e5101097378481d30ccb586a66c7a});google.maps.event.addListener(m_e83e5101097378481d30ccb586a66c7a, 'click', function() {infowindow.open(map,m_e83e5101097378481d30ccb586a66c7a);});$marker.push(m_e83e5101097378481d30ccb586a66c7a);}});}google.maps.event.addDomListener(window, 'load', initialize);