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.8651,-84.1406)};var g_0060ef47b12160b9198302ebdb144dcf = new google.maps.Geocoder();g_0060ef47b12160b9198302ebdb144dcf.geocode( { 'address': "7717 Old Troy Pike, Huber Heights, OH 45424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huber-heights-OH-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('huber-heights-OH-onemain-financial'), mapOptions);}document.getElementById('ab13c9c2').innerHTML += ' | View Map';var $l0060ef47b12160b9198302ebdb144dcf = '

OneMain Financial

Address: 7717 Old Troy Pike, Huber Heights, OH 45424, USA
Phone: (937) 233-0101
';var m_0060ef47b12160b9198302ebdb144dcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_0060ef47b12160b9198302ebdb144dcf['infowindow'] = new google.maps.InfoWindow({content: $l0060ef47b12160b9198302ebdb144dcf});var infowindow = new google.maps.InfoWindow({content: $l0060ef47b12160b9198302ebdb144dcf});google.maps.event.addListener(m_0060ef47b12160b9198302ebdb144dcf, 'click', function() {infowindow.open(map,m_0060ef47b12160b9198302ebdb144dcf);});$marker.push(m_0060ef47b12160b9198302ebdb144dcf);}});}google.maps.event.addDomListener(window, 'load', initialize);