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(43.5833,-116.357)};var g_fafdf1720f4df1d41c6eacbd2429a06b = new google.maps.Geocoder();g_fafdf1720f4df1d41c6eacbd2429a06b.geocode( { 'address': "3023 E Copper Point Dr #101, Meridian, ID 83642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-ID-1st-choice-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('meridian-ID-1st-choice-mortgage-company'), mapOptions);}document.getElementById('d5b73007').innerHTML += ' | View Map';var $lfafdf1720f4df1d41c6eacbd2429a06b = '

1st Choice Mortgage Company

Address: 3023 E Copper Point Dr #101, Meridian, ID 83642, USA
Phone: (208) 375-5626
';var m_fafdf1720f4df1d41c6eacbd2429a06b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Choice Mortgage Company',});m_fafdf1720f4df1d41c6eacbd2429a06b['infowindow'] = new google.maps.InfoWindow({content: $lfafdf1720f4df1d41c6eacbd2429a06b});var infowindow = new google.maps.InfoWindow({content: $lfafdf1720f4df1d41c6eacbd2429a06b});google.maps.event.addListener(m_fafdf1720f4df1d41c6eacbd2429a06b, 'click', function() {infowindow.open(map,m_fafdf1720f4df1d41c6eacbd2429a06b);});$marker.push(m_fafdf1720f4df1d41c6eacbd2429a06b);}});}google.maps.event.addDomListener(window, 'load', initialize);