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.0477,-84.2456)};var g_38a7e52e9f41630cd3cc189e9d6a38e1 = new google.maps.Geocoder();g_38a7e52e9f41630cd3cc189e9d6a38e1.geocode( { 'address': "1210 OH-125, Amelia, OH 45102, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amelia-OH-brandon-kluener-nmls--1072010---movement-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('amelia-OH-brandon-kluener-nmls--1072010---movement-mortgage'), mapOptions);}document.getElementById('9ad6d5f3').innerHTML += ' | View Map';var $l38a7e52e9f41630cd3cc189e9d6a38e1 = '

Brandon Kluener NMLS # 1072010 - Movement Mortgage

Address: 1210 OH-125, Amelia, OH 45102, United States
Phone: (513) 415-9730
';var m_38a7e52e9f41630cd3cc189e9d6a38e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brandon Kluener NMLS # 1072010 - Movement Mortgage',});m_38a7e52e9f41630cd3cc189e9d6a38e1['infowindow'] = new google.maps.InfoWindow({content: $l38a7e52e9f41630cd3cc189e9d6a38e1});var infowindow = new google.maps.InfoWindow({content: $l38a7e52e9f41630cd3cc189e9d6a38e1});google.maps.event.addListener(m_38a7e52e9f41630cd3cc189e9d6a38e1, 'click', function() {infowindow.open(map,m_38a7e52e9f41630cd3cc189e9d6a38e1);});$marker.push(m_38a7e52e9f41630cd3cc189e9d6a38e1);}});}google.maps.event.addDomListener(window, 'load', initialize);