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.0493,-97.3448)};var g_099f3c885dd7a8a67d74947437922094 = new google.maps.Geocoder();g_099f3c885dd7a8a67d74947437922094.geocode( { 'address': "614 N Main St b, Newton, KS 67114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-KS-primary-residential-mortgage-inc-crystal-j-miller').style.display = '';map = new google.maps.Map(document.getElementById('newton-KS-primary-residential-mortgage-inc-crystal-j-miller'), mapOptions);}document.getElementById('b3991a40').innerHTML += ' | View Map';var $l099f3c885dd7a8a67d74947437922094 = '

Primary Residential Mortgage, Inc. Crystal J Miller

Address: 614 N Main St b, Newton, KS 67114, USA
Phone: (620) 200-0840
';var m_099f3c885dd7a8a67d74947437922094 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc. Crystal J Miller',});m_099f3c885dd7a8a67d74947437922094['infowindow'] = new google.maps.InfoWindow({content: $l099f3c885dd7a8a67d74947437922094});var infowindow = new google.maps.InfoWindow({content: $l099f3c885dd7a8a67d74947437922094});google.maps.event.addListener(m_099f3c885dd7a8a67d74947437922094, 'click', function() {infowindow.open(map,m_099f3c885dd7a8a67d74947437922094);});$marker.push(m_099f3c885dd7a8a67d74947437922094);}});}google.maps.event.addDomListener(window, 'load', initialize);