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(39.9821,-75.6034)};var g_cb804af641d900ffe033193d2b7c4a84 = new google.maps.Geocoder();g_cb804af641d900ffe033193d2b7c4a84.geocode( { 'address': "3 Limner Ct, West Chester, PA 19382"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-chester-PA-quick-merchants-solutions').style.display = '';map = new google.maps.Map(document.getElementById('west-chester-PA-quick-merchants-solutions'), mapOptions);}document.getElementById('59e9d3ea').innerHTML += ' | View Map';var $lcb804af641d900ffe033193d2b7c4a84 = '

Quick Merchants Solutions

Address: 3 Limner Ct, West Chester, PA 19382
Phone: (610) 399-1071
';var m_cb804af641d900ffe033193d2b7c4a84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Merchants Solutions',});m_cb804af641d900ffe033193d2b7c4a84['infowindow'] = new google.maps.InfoWindow({content: $lcb804af641d900ffe033193d2b7c4a84});var infowindow = new google.maps.InfoWindow({content: $lcb804af641d900ffe033193d2b7c4a84});google.maps.event.addListener(m_cb804af641d900ffe033193d2b7c4a84, 'click', function() {infowindow.open(map,m_cb804af641d900ffe033193d2b7c4a84);});$marker.push(m_cb804af641d900ffe033193d2b7c4a84);}});}google.maps.event.addDomListener(window, 'load', initialize);