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(46.8592,-100.801)};var g_07e3b175a6c00f310d4e7e4b17df1304 = new google.maps.Geocoder();g_07e3b175a6c00f310d4e7e4b17df1304.geocode( { 'address': "530 Medora Ave, Bismarck, ND 58503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bismarck-ND-action-appraisals-inc').style.display = '';map = new google.maps.Map(document.getElementById('bismarck-ND-action-appraisals-inc'), mapOptions);}document.getElementById('c60fbb17').innerHTML += ' | View Map';var $l07e3b175a6c00f310d4e7e4b17df1304 = '

Action Appraisals Inc

Address: 530 Medora Ave, Bismarck, ND 58503, USA
Phone: (701) 426-2960
';var m_07e3b175a6c00f310d4e7e4b17df1304 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Action Appraisals Inc',});m_07e3b175a6c00f310d4e7e4b17df1304['infowindow'] = new google.maps.InfoWindow({content: $l07e3b175a6c00f310d4e7e4b17df1304});var infowindow = new google.maps.InfoWindow({content: $l07e3b175a6c00f310d4e7e4b17df1304});google.maps.event.addListener(m_07e3b175a6c00f310d4e7e4b17df1304, 'click', function() {infowindow.open(map,m_07e3b175a6c00f310d4e7e4b17df1304);});$marker.push(m_07e3b175a6c00f310d4e7e4b17df1304);}});}google.maps.event.addDomListener(window, 'load', initialize);