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.4823,-100.907)};var g_0921c179447f8ca03425e3885c04c185 = new google.maps.Geocoder();g_0921c179447f8ca03425e3885c04c185.geocode( { 'address': "513 Main St #1, Scott City, KS 67871, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scott-city-KS-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('scott-city-KS-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('a3246f8a').innerHTML += ' | View Map';var $l0921c179447f8ca03425e3885c04c185 = '

Primary Residential Mortgage, Inc.

Address: 513 Main St #1, Scott City, KS 67871, USA
Phone: (620) 874-9826
';var m_0921c179447f8ca03425e3885c04c185 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc.',});m_0921c179447f8ca03425e3885c04c185['infowindow'] = new google.maps.InfoWindow({content: $l0921c179447f8ca03425e3885c04c185});var infowindow = new google.maps.InfoWindow({content: $l0921c179447f8ca03425e3885c04c185});google.maps.event.addListener(m_0921c179447f8ca03425e3885c04c185, 'click', function() {infowindow.open(map,m_0921c179447f8ca03425e3885c04c185);});$marker.push(m_0921c179447f8ca03425e3885c04c185);}});}google.maps.event.addDomListener(window, 'load', initialize);