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.2201,-83.6085)};var g_228872c6bcbb4ba580cc93345e2c6775 = new google.maps.Geocoder();g_228872c6bcbb4ba580cc93345e2c6775.geocode( { 'address': "1098 N High St, Hillsboro, OH 45133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsboro-OH-first-choice-financial').style.display = '';map = new google.maps.Map(document.getElementById('hillsboro-OH-first-choice-financial'), mapOptions);}document.getElementById('bd1e0bd3').innerHTML += ' | View Map';var $l228872c6bcbb4ba580cc93345e2c6775 = '

First Choice Financial

Address: 1098 N High St, Hillsboro, OH 45133, USA
Phone: (937) 393-5000
';var m_228872c6bcbb4ba580cc93345e2c6775 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Financial',});m_228872c6bcbb4ba580cc93345e2c6775['infowindow'] = new google.maps.InfoWindow({content: $l228872c6bcbb4ba580cc93345e2c6775});var infowindow = new google.maps.InfoWindow({content: $l228872c6bcbb4ba580cc93345e2c6775});google.maps.event.addListener(m_228872c6bcbb4ba580cc93345e2c6775, 'click', function() {infowindow.open(map,m_228872c6bcbb4ba580cc93345e2c6775);});$marker.push(m_228872c6bcbb4ba580cc93345e2c6775);}});}google.maps.event.addDomListener(window, 'load', initialize);