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.1084,-113.584)};var g_a36f204a72713f8ce3cda3a72d53cd14 = new google.maps.Geocoder();g_a36f204a72713f8ce3cda3a72d53cd14.geocode( { 'address': "15 N Main St b, St George, UT 84770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-george-UT-justin-bundy---citywide-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('st-george-UT-justin-bundy---citywide-home-loans'), mapOptions);}document.getElementById('a8e59242').innerHTML += ' | View Map';var $la36f204a72713f8ce3cda3a72d53cd14 = '

Justin Bundy - Citywide Home Loans

Address: 15 N Main St b, St George, UT 84770, USA
Phone: (435) 669-6984
';var m_a36f204a72713f8ce3cda3a72d53cd14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Justin Bundy - Citywide Home Loans',});m_a36f204a72713f8ce3cda3a72d53cd14['infowindow'] = new google.maps.InfoWindow({content: $la36f204a72713f8ce3cda3a72d53cd14});var infowindow = new google.maps.InfoWindow({content: $la36f204a72713f8ce3cda3a72d53cd14});google.maps.event.addListener(m_a36f204a72713f8ce3cda3a72d53cd14, 'click', function() {infowindow.open(map,m_a36f204a72713f8ce3cda3a72d53cd14);});$marker.push(m_a36f204a72713f8ce3cda3a72d53cd14);}});}google.maps.event.addDomListener(window, 'load', initialize);