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.7578,-75.5616)};var g_95d05b40d8f369c8d250041f396fd2f4 = new google.maps.Geocoder();g_95d05b40d8f369c8d250041f396fd2f4.geocode( { 'address': "8 Trolley Square B, Wilmington, DE 19806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-DE-platinum-finance-company-llc').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-DE-platinum-finance-company-llc'), mapOptions);}document.getElementById('3445766f').innerHTML += ' | View Map';var $l95d05b40d8f369c8d250041f396fd2f4 = '

Platinum Finance Company, LLC

Address: 8 Trolley Square B, Wilmington, DE 19806, USA
Phone: (800) 505-6391
';var m_95d05b40d8f369c8d250041f396fd2f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Finance Company, LLC',});m_95d05b40d8f369c8d250041f396fd2f4['infowindow'] = new google.maps.InfoWindow({content: $l95d05b40d8f369c8d250041f396fd2f4});var infowindow = new google.maps.InfoWindow({content: $l95d05b40d8f369c8d250041f396fd2f4});google.maps.event.addListener(m_95d05b40d8f369c8d250041f396fd2f4, 'click', function() {infowindow.open(map,m_95d05b40d8f369c8d250041f396fd2f4);});$marker.push(m_95d05b40d8f369c8d250041f396fd2f4);}});}google.maps.event.addDomListener(window, 'load', initialize);