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.1524,-84.2523)};var g_1affdad60c3a2e1b216127baab3d0506 = new google.maps.Geocoder();g_1affdad60c3a2e1b216127baab3d0506.geocode( { 'address': "200 Techne Center Dr #101, Milford, OH 45150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-OH-first-bancorp-mortgage-ltd').style.display = '';map = new google.maps.Map(document.getElementById('milford-OH-first-bancorp-mortgage-ltd'), mapOptions);}document.getElementById('0999dfe2').innerHTML += ' | View Map';var $l1affdad60c3a2e1b216127baab3d0506 = '

First Bancorp Mortgage Ltd

Address: 200 Techne Center Dr #101, Milford, OH 45150, USA
Phone: (513) 965-0015
';var m_1affdad60c3a2e1b216127baab3d0506 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bancorp Mortgage Ltd',});m_1affdad60c3a2e1b216127baab3d0506['infowindow'] = new google.maps.InfoWindow({content: $l1affdad60c3a2e1b216127baab3d0506});var infowindow = new google.maps.InfoWindow({content: $l1affdad60c3a2e1b216127baab3d0506});google.maps.event.addListener(m_1affdad60c3a2e1b216127baab3d0506, 'click', function() {infowindow.open(map,m_1affdad60c3a2e1b216127baab3d0506);});$marker.push(m_1affdad60c3a2e1b216127baab3d0506);}});}google.maps.event.addDomListener(window, 'load', initialize);