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(37.819,-96.8503)};var g_5a6bd7775a11ea0f7ffc97b7818e0d86 = new google.maps.Geocoder();g_5a6bd7775a11ea0f7ffc97b7818e0d86.geocode( { 'address': "108 W 1st Ave, El Dorado, KS 67042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-dorado-KS-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('el-dorado-KS-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('d9a3065f').innerHTML += ' | View Map';var $l5a6bd7775a11ea0f7ffc97b7818e0d86 = '

Primary Residential Mortgage, Inc.

Address: 108 W 1st Ave, El Dorado, KS 67042, USA
Phone: (316) 452-5458
';var m_5a6bd7775a11ea0f7ffc97b7818e0d86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc.',});m_5a6bd7775a11ea0f7ffc97b7818e0d86['infowindow'] = new google.maps.InfoWindow({content: $l5a6bd7775a11ea0f7ffc97b7818e0d86});var infowindow = new google.maps.InfoWindow({content: $l5a6bd7775a11ea0f7ffc97b7818e0d86});google.maps.event.addListener(m_5a6bd7775a11ea0f7ffc97b7818e0d86, 'click', function() {infowindow.open(map,m_5a6bd7775a11ea0f7ffc97b7818e0d86);});$marker.push(m_5a6bd7775a11ea0f7ffc97b7818e0d86);}});}google.maps.event.addDomListener(window, 'load', initialize);