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.8975,-85.9947)};var g_a2062d9b9b1a226a52980c26c7083840 = new google.maps.Geocoder();g_a2062d9b9b1a226a52980c26c7083840.geocode( { 'address': "9801 Fall Creek Rd, Indianapolis, IN 46256, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-specialty-capital-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-specialty-capital-group-inc'), mapOptions);}document.getElementById('03b3fbb1').innerHTML += ' | View Map';var $la2062d9b9b1a226a52980c26c7083840 = '

Specialty Capital Group Inc

Address: 9801 Fall Creek Rd, Indianapolis, IN 46256, USA
Phone: (317) 598-8655
';var m_a2062d9b9b1a226a52980c26c7083840 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Specialty Capital Group Inc',});m_a2062d9b9b1a226a52980c26c7083840['infowindow'] = new google.maps.InfoWindow({content: $la2062d9b9b1a226a52980c26c7083840});var infowindow = new google.maps.InfoWindow({content: $la2062d9b9b1a226a52980c26c7083840});google.maps.event.addListener(m_a2062d9b9b1a226a52980c26c7083840, 'click', function() {infowindow.open(map,m_a2062d9b9b1a226a52980c26c7083840);});$marker.push(m_a2062d9b9b1a226a52980c26c7083840);}});}google.maps.event.addDomListener(window, 'load', initialize);