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(41.4331,-87.4706)};var g_772b842837affaeb554c64e0aba6dfd9 = new google.maps.Geocoder();g_772b842837affaeb554c64e0aba6dfd9.geocode( { 'address': "10210 Wicker Ave, St John, IN 46373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-john-IN-bank-of-england-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('saint-john-IN-bank-of-england-mortgage'), mapOptions);}document.getElementById('4790f897').innerHTML += ' | View Map';var $l772b842837affaeb554c64e0aba6dfd9 = '

Bank of England Mortgage

Address: 10210 Wicker Ave, St John, IN 46373, USA
Phone: (219) 299-8540
';var m_772b842837affaeb554c64e0aba6dfd9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of England Mortgage',});m_772b842837affaeb554c64e0aba6dfd9['infowindow'] = new google.maps.InfoWindow({content: $l772b842837affaeb554c64e0aba6dfd9});var infowindow = new google.maps.InfoWindow({content: $l772b842837affaeb554c64e0aba6dfd9});google.maps.event.addListener(m_772b842837affaeb554c64e0aba6dfd9, 'click', function() {infowindow.open(map,m_772b842837affaeb554c64e0aba6dfd9);});$marker.push(m_772b842837affaeb554c64e0aba6dfd9);}});}google.maps.event.addDomListener(window, 'load', initialize);