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(38.9578,-95.305)};var g_af630409faeec4bc846e5693ce20b860 = new google.maps.Geocoder();g_af630409faeec4bc846e5693ce20b860.geocode( { 'address': "4830 Bob Billings Pkwy #100a, Lawrence, KS 66049, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrence-KS-first-assured-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lawrence-KS-first-assured-mortgage'), mapOptions);}document.getElementById('e588b412').innerHTML += ' | View Map';var $laf630409faeec4bc846e5693ce20b860 = '

First Assured Mortgage

Address: 4830 Bob Billings Pkwy #100a, Lawrence, KS 66049, USA
Phone: (785) 856-5626
';var m_af630409faeec4bc846e5693ce20b860 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Assured Mortgage',});m_af630409faeec4bc846e5693ce20b860['infowindow'] = new google.maps.InfoWindow({content: $laf630409faeec4bc846e5693ce20b860});var infowindow = new google.maps.InfoWindow({content: $laf630409faeec4bc846e5693ce20b860});google.maps.event.addListener(m_af630409faeec4bc846e5693ce20b860, 'click', function() {infowindow.open(map,m_af630409faeec4bc846e5693ce20b860);});$marker.push(m_af630409faeec4bc846e5693ce20b860);}});}google.maps.event.addDomListener(window, 'load', initialize);