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.3694,-94.687)};var g_1d4ac5d31d198d233f4c1700a3a6add3 = new google.maps.Geocoder();g_1d4ac5d31d198d233f4c1700a3a6add3.geocode( { 'address': "9320 Hoover Rd, Platte City, MO 64079, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('platte-city-MO-orange-commercial-credit').style.display = '';map = new google.maps.Map(document.getElementById('platte-city-MO-orange-commercial-credit'), mapOptions);}document.getElementById('74d8ca97').innerHTML += ' | View Map';var $l1d4ac5d31d198d233f4c1700a3a6add3 = '

Orange Commercial Credit

Address: 9320 Hoover Rd, Platte City, MO 64079, USA
Phone: (816) 873-0199
';var m_1d4ac5d31d198d233f4c1700a3a6add3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Orange Commercial Credit',});m_1d4ac5d31d198d233f4c1700a3a6add3['infowindow'] = new google.maps.InfoWindow({content: $l1d4ac5d31d198d233f4c1700a3a6add3});var infowindow = new google.maps.InfoWindow({content: $l1d4ac5d31d198d233f4c1700a3a6add3});google.maps.event.addListener(m_1d4ac5d31d198d233f4c1700a3a6add3, 'click', function() {infowindow.open(map,m_1d4ac5d31d198d233f4c1700a3a6add3);});$marker.push(m_1d4ac5d31d198d233f4c1700a3a6add3);}});}google.maps.event.addDomListener(window, 'load', initialize);