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(34.1533,-118.255)};var g_f128882bfc796624ce7a9f94cca9e58e = new google.maps.Geocoder();g_f128882bfc796624ce7a9f94cca9e58e.geocode( { 'address': "505 N Brand Blvd #1500, Glendale, CA 91203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-CA-brian-mckim').style.display = '';map = new google.maps.Map(document.getElementById('glendale-CA-brian-mckim'), mapOptions);}document.getElementById('4c315748').innerHTML += ' | View Map';var $lf128882bfc796624ce7a9f94cca9e58e = '

Brian McKim

Address: 505 N Brand Blvd #1500, Glendale, CA 91203, USA
Phone: (818) 844-8207
';var m_f128882bfc796624ce7a9f94cca9e58e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brian McKim',});m_f128882bfc796624ce7a9f94cca9e58e['infowindow'] = new google.maps.InfoWindow({content: $lf128882bfc796624ce7a9f94cca9e58e});var infowindow = new google.maps.InfoWindow({content: $lf128882bfc796624ce7a9f94cca9e58e});google.maps.event.addListener(m_f128882bfc796624ce7a9f94cca9e58e, 'click', function() {infowindow.open(map,m_f128882bfc796624ce7a9f94cca9e58e);});$marker.push(m_f128882bfc796624ce7a9f94cca9e58e);}});}google.maps.event.addDomListener(window, 'load', initialize);