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.3046,-84.3152)};var g_701004f7326c82b07a032d8e36b999e3 = new google.maps.Geocoder();g_701004f7326c82b07a032d8e36b999e3.geocode( { 'address': "9313 Mason Montgomery Rd #150, Mason, OH 45040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-OH-bank-of-england-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('mason-OH-bank-of-england-mortgage'), mapOptions);}document.getElementById('10e7f604').innerHTML += ' | View Map';var $l701004f7326c82b07a032d8e36b999e3 = '

Bank of England Mortgage

Address: 9313 Mason Montgomery Rd #150, Mason, OH 45040, USA
Phone: (513) 229-9660
';var m_701004f7326c82b07a032d8e36b999e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of England Mortgage',});m_701004f7326c82b07a032d8e36b999e3['infowindow'] = new google.maps.InfoWindow({content: $l701004f7326c82b07a032d8e36b999e3});var infowindow = new google.maps.InfoWindow({content: $l701004f7326c82b07a032d8e36b999e3});google.maps.event.addListener(m_701004f7326c82b07a032d8e36b999e3, 'click', function() {infowindow.open(map,m_701004f7326c82b07a032d8e36b999e3);});$marker.push(m_701004f7326c82b07a032d8e36b999e3);}});}google.maps.event.addDomListener(window, 'load', initialize);