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(42.4429,-83.257)};var g_1a886e4bc161341181b8efc16b80a891 = new google.maps.Geocoder();g_1a886e4bc161341181b8efc16b80a891.geocode( { 'address': "21621 W 8 Mile Rd, Detroit, MI 48219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('detroit-MI-the-weave-loan-store').style.display = '';map = new google.maps.Map(document.getElementById('detroit-MI-the-weave-loan-store'), mapOptions);}document.getElementById('73808445').innerHTML += ' | View Map';var $l1a886e4bc161341181b8efc16b80a891 = '

The Weave Loan Store

Address: 21621 W 8 Mile Rd, Detroit, MI 48219, USA
Phone: (844) 932-8356
';var m_1a886e4bc161341181b8efc16b80a891 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Weave Loan Store',});m_1a886e4bc161341181b8efc16b80a891['infowindow'] = new google.maps.InfoWindow({content: $l1a886e4bc161341181b8efc16b80a891});var infowindow = new google.maps.InfoWindow({content: $l1a886e4bc161341181b8efc16b80a891});google.maps.event.addListener(m_1a886e4bc161341181b8efc16b80a891, 'click', function() {infowindow.open(map,m_1a886e4bc161341181b8efc16b80a891);});$marker.push(m_1a886e4bc161341181b8efc16b80a891);}});}google.maps.event.addDomListener(window, 'load', initialize);